Uses of Class
com.oracle.bmc.loganalytics.model.NameValuePair
-
Packages that use NameValuePair Package Description com.oracle.bmc.loganalytics.model -
-
Uses of NameValuePair in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return NameValuePair Modifier and Type Method Description NameValuePair
NameValuePair.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>
EndpointRequest. getFormParameters()
The request form parameters represented as a list of name-value pairs.List<NameValuePair>
EndpointRequest. getHeaders()
The request headers represented as a list of name-value pairs.Methods in com.oracle.bmc.loganalytics.model with parameters of type NameValuePair Modifier and Type Method Description NameValuePair.Builder
NameValuePair.Builder. copy(NameValuePair model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type NameValuePair Modifier and Type Method Description EndpointRequest.Builder
EndpointRequest.Builder. formParameters(List<NameValuePair> formParameters)
The request form parameters represented as a list of name-value pairs.EndpointRequest.Builder
EndpointRequest.Builder. headers(List<NameValuePair> headers)
The request headers represented as a list of name-value pairs.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type NameValuePair Constructor Description EndpointRequest(EndpointRequest.Method method, String url, String contentType, String payload, List<NameValuePair> headers, List<NameValuePair> formParameters)
Deprecated.
-