@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00")
public class DefaultFeature
extends AbstractInstanceResource<Feature>
implements Feature
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultFeature(InternalDataStore dataStore) |
DefaultFeature(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
getDependencies()
Success
|
FeatureList |
getDependents()
Success
|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.util.Map<java.lang.String,java.lang.Object> |
getLinks() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
FeatureStage |
getStage() |
EnabledStatus |
getStatus() |
FeatureType |
getType() |
Feature |
setDescription(java.lang.String description) |
Feature |
setName(java.lang.String name) |
Feature |
setStage(FeatureStage stage) |
Feature |
setStatus(EnabledStatus status) |
Feature |
setType(FeatureType type) |
Feature |
updateLifecycle(java.lang.String lifecycle)
Success
|
Feature |
updateLifecycle(java.lang.String lifecycle,
java.lang.String mode)
Success
|
delete, saveclear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultFeature(InternalDataStore dataStore)
public DefaultFeature(InternalDataStore dataStore, java.util.Map<java.lang.String,java.lang.Object> properties)
public java.util.Map<java.lang.String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic java.lang.Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<Feature>public java.util.Map<java.lang.String,java.lang.Object> getLinks()
public java.lang.String getDescription()
getDescription in interface Featurepublic Feature setDescription(java.lang.String description)
setDescription in interface Featurepublic FeatureStage getStage()
public Feature setStage(FeatureStage stage)
public EnabledStatus getStatus()
public Feature setStatus(EnabledStatus status)
public FeatureType getType()
public Feature setType(FeatureType type)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/features/{featureId}/{lifecycle}")
public Feature updateLifecycle(java.lang.String lifecycle,
java.lang.String mode)
updateLifecycle in interface Featurelifecycle - (required)mode - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="POST - /api/v1/features/{featureId}/{lifecycle}")
public Feature updateLifecycle(java.lang.String lifecycle)
updateLifecycle in interface Featurelifecycle - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="GET - /api/v1/features/{featureId}/dependencies")
public FeatureList getDependencies()
getDependencies in interface Feature@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00",
comments="GET - /api/v1/features/{featureId}/dependents")
public FeatureList getDependents()
getDependents in interface FeatureCopyright © 2017-2021 Okta. All Rights Reserved.