Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
NameValuePair |
NameValuePair.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
NameValuePair.Builder |
NameValuePair.Builder.copy(NameValuePair model) |
Modifier and Type | Method and 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 and Description |
---|
EndpointRequest(EndpointRequest.Method method,
String url,
String contentType,
String payload,
List<NameValuePair> headers,
List<NameValuePair> formParameters)
Deprecated.
|
EndpointRequest(EndpointRequest.Method method,
String url,
String contentType,
String payload,
List<NameValuePair> headers,
List<NameValuePair> formParameters)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.