Uses of Enum
com.okta.sdk.resource.model.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return HttpMethodModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionHrefHints.getAllow()
Get allowHrefHintsGuidanceObject.getAllow()
Get allowMethods in com.okta.sdk.resource.model with parameters of type HttpMethodModifier and TypeMethodDescriptionHrefHints.addallowItem
(HttpMethod allowItem) HrefHintsGuidanceObject.addallowItem
(HttpMethod allowItem) Method parameters in com.okta.sdk.resource.model with type arguments of type HttpMethodModifier and TypeMethodDescriptionHrefHints.allow
(List<HttpMethod> allow) HrefHintsGuidanceObject.allow
(List<HttpMethod> allow) void
HrefHints.setAllow
(List<HttpMethod> allow) void
HrefHintsGuidanceObject.setAllow
(List<HttpMethod> allow)