| Package | Description |
|---|---|
| com.manageengine.pam360.sdk.services |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestMethod |
HttpRequestMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestMethod[] |
HttpRequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PMPResponse |
RESTHandler.sendRequest(java.lang.String restPath,
HttpRequestMethod method,
java.util.Map<java.lang.String,java.lang.String> bodyParams,
java.util.Map<java.lang.String,java.lang.String> headerParams,
java.util.Map<java.lang.String,java.lang.String> queryParams) |
PMPResponse |
APIRequestHandler.sendRequest(java.lang.String restPath,
HttpRequestMethod method,
java.util.Map<java.lang.String,java.lang.String> bodyParams,
java.util.Map<java.lang.String,java.lang.String> headerParams,
java.util.Map<java.lang.String,java.lang.String> queryParams) |