Uses of Class
com.okta.sdk.resource.model.Feature
-
Uses of Feature in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionFeatureApi.getFeature
(String featureId) Retrieve a Feature Retrieves a featureFeatureApi.getFeature
(String featureId, Map<String, String> additionalHeaders) Retrieve a Feature Retrieves a featureFeatureApi.updateFeatureLifecycle
(String featureId, FeatureLifecycle lifecycle, String mode) Update a Feature Lifecycle Updates a feature lifecycleFeatureApi.updateFeatureLifecycle
(String featureId, FeatureLifecycle lifecycle, String mode, Map<String, String> additionalHeaders) Update a Feature Lifecycle Updates a feature lifecycleModifier and TypeMethodDescriptionFeatureApi.listFeatureDependencies
(String featureId) List all Dependencies Lists all dependenciesFeatureApi.listFeatureDependencies
(String featureId, Map<String, String> additionalHeaders) List all Dependencies Lists all dependenciesFeatureApi.listFeatureDependents
(String featureId) List all Dependents Lists all dependentsFeatureApi.listFeatureDependents
(String featureId, Map<String, String> additionalHeaders) List all Dependents Lists all dependentsFeatureApi.listFeatures()
List all Features Lists all featuresFeatureApi.listFeatures
(Map<String, String> additionalHeaders) List all Features Lists all features -
Uses of Feature in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionFeature.description
(String description) Feature.stage
(FeatureStage stage) Feature.status
(EnabledStatus status) Feature.type
(FeatureType type)