| Package | Description |
|---|---|
| com.adobe.cq.commerce.graphql.client |
Copyright 2020 Adobe.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
RequestOptions.getHttpMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestOptions |
RequestOptions.withHttpMethod(HttpMethod httpMethod)
Sets the HTTP method used to send the request, only GET or POST are supported.
|
Copyright © 2021 Adobe. All rights reserved.