Uses of Class
com.okta.sdk.resource.HttpMethod
-
Packages that use HttpMethod Package Description com.okta.sdk.resource -
-
Uses of HttpMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return HttpMethod Modifier and Type Method Description 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.Methods in com.okta.sdk.resource that return types with arguments of type HttpMethod Modifier and Type Method Description java.util.List<HttpMethod>
HrefObjectHints. getAllow()
Method parameters in com.okta.sdk.resource with type arguments of type HttpMethod Modifier and Type Method Description HrefObjectHints
HrefObjectHints. setAllow(java.util.List<HttpMethod> allow)
-