Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static EndpointRequest.Method |
EndpointRequest.Method.create(String key) |
EndpointRequest.Method |
EndpointRequest.getMethod()
The endpoint method - GET or POST.
|
static EndpointRequest.Method |
EndpointRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointRequest.Method[] |
EndpointRequest.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EndpointRequest.Builder |
EndpointRequest.Builder.method(EndpointRequest.Method method)
The endpoint method - GET or POST.
|
Constructor and Description |
---|
EndpointRequest(EndpointRequest.Method method,
String url,
String contentType,
String payload,
List<NameValuePair> headers,
List<NameValuePair> formParameters)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.