Uses of Enum
com.okta.sdk.resource.model.Application.FeaturesEnum
-
Uses of Application.FeaturesEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic Application.FeaturesEnum
static Application.FeaturesEnum
Returns the enum constant of this type with the specified name.static Application.FeaturesEnum[]
Application.FeaturesEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionApplication.getFeatures()
Enabled app features > **Note:** Some apps can support optional provisioning features.Modifier and TypeMethodDescriptionApplication.addfeaturesItem
(Application.FeaturesEnum featuresItem) Modifier and TypeMethodDescriptionApplication.features
(List<Application.FeaturesEnum> features) void
Application.setFeatures
(List<Application.FeaturesEnum> features)