@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00")
public class DefaultApplicationFeature
extends AbstractInstanceResource<ApplicationFeature>
implements ApplicationFeature
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultApplicationFeature(InternalDataStore dataStore) |
DefaultApplicationFeature(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
CapabilitiesObject |
getCapabilities() |
java.lang.String |
getDescription() |
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.
|
EnabledStatus |
getStatus() |
ApplicationFeatureList |
listFeaturesForApplication(java.lang.String appId)
Fetches the Feature objects for an application.
|
ApplicationFeature |
setCapabilities(CapabilitiesObject capabilities) |
ApplicationFeature |
setDescription(java.lang.String description) |
ApplicationFeature |
setName(java.lang.String name) |
ApplicationFeature |
setStatus(EnabledStatus status) |
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, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListpublic DefaultApplicationFeature(InternalDataStore dataStore)
public DefaultApplicationFeature(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<ApplicationFeature>public java.util.Map<java.lang.String,java.lang.Object> getLinks()
getLinks in interface ApplicationFeaturepublic CapabilitiesObject getCapabilities()
getCapabilities in interface ApplicationFeaturepublic ApplicationFeature setCapabilities(CapabilitiesObject capabilities)
setCapabilities in interface ApplicationFeaturepublic java.lang.String getDescription()
getDescription in interface ApplicationFeaturepublic ApplicationFeature setDescription(java.lang.String description)
setDescription in interface ApplicationFeaturepublic java.lang.String getName()
getName in interface ApplicationFeaturepublic ApplicationFeature setName(java.lang.String name)
setName in interface ApplicationFeaturepublic EnabledStatus getStatus()
getStatus in interface ApplicationFeaturepublic ApplicationFeature setStatus(EnabledStatus status)
setStatus in interface ApplicationFeature@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2022-04-28T13:50:40.626-05:00",
comments="GET - /api/v1/apps/{appId}/features")
public ApplicationFeatureList listFeaturesForApplication(java.lang.String appId)
listFeaturesForApplication in interface ApplicationFeatureappId - (required)Copyright © 2017-2022 Okta. All Rights Reserved.