Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.fromValue(String value) |
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 |
---|---|
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(List<HttpMethod> allow) |
void |
HrefObjectHints.setAllow(List<HttpMethod> allow) |
Copyright © 2017–2023 Okta. All rights reserved.