Uses of Class
com.okta.sdk.resource.FeatureType
-
Packages that use FeatureType Package Description com.okta.sdk.resource -
-
Uses of FeatureType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return FeatureType Modifier and Type Method Description FeatureType
Feature. getType()
static FeatureType
FeatureType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FeatureType[]
FeatureType. 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 FeatureType Modifier and Type Method Description Feature
Feature. setType(FeatureType type)
-