Uses of Enum
com.okta.sdk.resource.model.HttpMethod
-
Uses of HttpMethod in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic HttpMethod
static HttpMethod
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 TypeMethodDescriptionHrefHints.getAllow()
Get allowHrefHintsGuidanceObject.getAllow()
Get allowModifier and TypeMethodDescriptionHrefHints.addallowItem
(HttpMethod allowItem) HrefHintsGuidanceObject.addallowItem
(HttpMethod allowItem) Modifier and TypeMethodDescriptionHrefHints.allow
(List<HttpMethod> allow) HrefHintsGuidanceObject.allow
(List<HttpMethod> allow) void
HrefHints.setAllow
(List<HttpMethod> allow) void
HrefHintsGuidanceObject.setAllow
(List<HttpMethod> allow)