Uses of Class
com.okta.sdk.resource.model.Feature
Packages that use Feature
-
Uses of Feature in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return FeatureModifier 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 lifecycleMethods in com.okta.sdk.resource.api that return types with arguments of type FeatureModifier 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
Methods in com.okta.sdk.resource.model that return FeatureModifier and TypeMethodDescriptionFeature.description(String description) Feature.stage(FeatureStage stage) Feature.status(EnabledStatus status) Feature.type(FeatureType type)