Uses of Class
com.okta.sdk.resource.OAuth2ClaimValueType
-
Packages that use OAuth2ClaimValueType Package Description com.okta.sdk.resource -
-
Uses of OAuth2ClaimValueType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return OAuth2ClaimValueType Modifier and Type Method Description OAuth2ClaimValueType
OAuth2Claim. getValueType()
static OAuth2ClaimValueType
OAuth2ClaimValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2ClaimValueType[]
OAuth2ClaimValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type OAuth2ClaimValueType Modifier and Type Method Description OAuth2Claim
OAuth2Claim. setValueType(OAuth2ClaimValueType valueType)
-