Uses of Class
com.oracle.bmc.loganalytics.model.EndpointRequest.Method
-
Packages that use EndpointRequest.Method Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointRequest.Method in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointRequest.Method Modifier and Type Method 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type EndpointRequest.Method Modifier and Type Method Description EndpointRequest.Builder
EndpointRequest.Builder. method(EndpointRequest.Method method)
The endpoint method - GET or POST.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EndpointRequest.Method Constructor Description EndpointRequest(EndpointRequest.Method method, String url, String contentType, String payload, List<NameValuePair> headers, List<NameValuePair> formParameters)
Deprecated.
-