Uses of Enum
com.okta.sdk.resource.model.ApplicationFeatureType
-
Uses of ApplicationFeatureType in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionApplicationFeaturesApi.getFeatureForApplication
(String appId, ApplicationFeatureType featureName) Retrieve a Feature Retrieves a Feature object for an appApplicationFeaturesApi.getFeatureForApplication
(String appId, ApplicationFeatureType featureName, Map<String, String> additionalHeaders) Retrieve a Feature Retrieves a Feature object for an appApplicationFeaturesApi.updateFeatureForApplication
(String appId, ApplicationFeatureType featureName, UpdateFeatureForApplicationRequest updateFeatureForApplicationRequest) Update a Feature Updates a Feature object for an app > **Note:** This endpoint supports partial updates.ApplicationFeaturesApi.updateFeatureForApplication
(String appId, ApplicationFeatureType featureName, UpdateFeatureForApplicationRequest updateFeatureForApplicationRequest, Map<String, String> additionalHeaders) Update a Feature Updates a Feature object for an app > **Note:** This endpoint supports partial updates. -
Uses of ApplicationFeatureType in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic ApplicationFeatureType
ApplicationFeature.getName()
Get namestatic ApplicationFeatureType
Returns the enum constant of this type with the specified name.static ApplicationFeatureType[]
ApplicationFeatureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionApplicationFeature.name
(ApplicationFeatureType name) void
ApplicationFeature.setName
(ApplicationFeatureType name)