Uses of Enum
com.okta.sdk.resource.model.ApplicationFeatureType
Packages that use ApplicationFeatureType
-
Uses of ApplicationFeatureType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type ApplicationFeatureTypeModifier 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
Fields in com.okta.sdk.resource.model declared as ApplicationFeatureTypeMethods in com.okta.sdk.resource.model that return ApplicationFeatureTypeModifier 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.Methods in com.okta.sdk.resource.model with parameters of type ApplicationFeatureTypeModifier and TypeMethodDescriptionApplicationFeature.name
(ApplicationFeatureType name) void
ApplicationFeature.setName
(ApplicationFeatureType name)