| Package | Description |
|---|---|
| org.openapitools.client.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.fromValue(java.lang.String value) |
static HttpMethod |
HttpMethod.valueOf(java.lang.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 |
|---|---|
java.util.List<HttpMethod> |
HrefObjectHints.getAllow()
Get allow
|
| Modifier and Type | Method and Description |
|---|---|
HrefObjectHints |
HrefObjectHints.addAllowItem(HttpMethod allowItem) |
| Modifier and Type | Method and Description |
|---|---|
HrefObjectHints |
HrefObjectHints.allow(java.util.List<HttpMethod> allow) |
void |
HrefObjectHints.setAllow(java.util.List<HttpMethod> allow) |
Copyright © 2017-2022 Okta. All Rights Reserved.