@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface Feature extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
FeatureList |
getDependencies()
Success
|
FeatureList |
getDependents()
Success
|
String |
getDescription() |
String |
getId() |
Map<String,Object> |
getLinks() |
String |
getName() |
FeatureStage |
getStage() |
EnabledStatus |
getStatus() |
FeatureType |
getType() |
Feature |
setDescription(String description) |
Feature |
setName(String name) |
Feature |
setStage(FeatureStage stage) |
Feature |
setStatus(EnabledStatus status) |
Feature |
setType(FeatureType type) |
Feature |
updateLifecycle(String lifecycle)
Success
|
Feature |
updateLifecycle(String lifecycle,
String mode)
Success
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
String getDescription()
String getId()
String getName()
FeatureStage getStage()
Feature setStage(FeatureStage stage)
EnabledStatus getStatus()
Feature setStatus(EnabledStatus status)
FeatureType getType()
Feature setType(FeatureType type)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/features/{featureId}/{lifecycle}") Feature updateLifecycle(String lifecycle, String mode)
lifecycle
- (required)mode
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/features/{featureId}/{lifecycle}") Feature updateLifecycle(String lifecycle)
lifecycle
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/features/{featureId}/dependencies") FeatureList getDependencies()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/features/{featureId}/dependents") FeatureList getDependents()
Copyright © 2017–2023 Okta. All rights reserved.