Uses of Enum
com.okta.sdk.resource.model.Application.FeaturesEnum
Packages that use Application.FeaturesEnum
-
Uses of Application.FeaturesEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return Application.FeaturesEnumModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type Application.FeaturesEnumModifier and TypeMethodDescriptionApplication.getFeatures()
Enabled app features > **Note:** Some apps can support optional provisioning features.Methods in com.okta.sdk.resource.model with parameters of type Application.FeaturesEnumModifier and TypeMethodDescriptionApplication.addfeaturesItem
(Application.FeaturesEnum featuresItem) Method parameters in com.okta.sdk.resource.model with type arguments of type Application.FeaturesEnumModifier and TypeMethodDescriptionApplication.features
(List<Application.FeaturesEnum> features) void
Application.setFeatures
(List<Application.FeaturesEnum> features)