@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00")
public class DefaultOAuth2Scope
extends AbstractInstanceResource<OAuth2Scope>
implements OAuth2Scope
OAuth2Scope.ConsentEnum, OAuth2Scope.MetadataPublishEnumpropertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultOAuth2Scope(InternalDataStore dataStore) |
DefaultOAuth2Scope(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Scope.ConsentEnum |
getConsent() |
java.lang.Boolean |
getDefault() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
OAuth2Scope.MetadataPublishEnum |
getMetadataPublish() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,Property> |
getPropertyDescriptors() |
java.lang.Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
java.lang.Boolean |
getSystem() |
OAuth2Scope |
setConsent(OAuth2Scope.ConsentEnum consent) |
OAuth2Scope |
setDefault(java.lang.Boolean _default) |
OAuth2Scope |
setDescription(java.lang.String description) |
OAuth2Scope |
setDisplayName(java.lang.String displayName) |
OAuth2Scope |
setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish) |
OAuth2Scope |
setName(java.lang.String name) |
OAuth2Scope |
setSystem(java.lang.Boolean system) |
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 DefaultOAuth2Scope(InternalDataStore dataStore)
public DefaultOAuth2Scope(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<OAuth2Scope>public OAuth2Scope.ConsentEnum getConsent()
getConsent in interface OAuth2Scopepublic OAuth2Scope setConsent(OAuth2Scope.ConsentEnum consent)
setConsent in interface OAuth2Scopepublic java.lang.Boolean getDefault()
getDefault in interface OAuth2Scopepublic OAuth2Scope setDefault(java.lang.Boolean _default)
setDefault in interface OAuth2Scopepublic java.lang.String getDescription()
getDescription in interface OAuth2Scopepublic OAuth2Scope setDescription(java.lang.String description)
setDescription in interface OAuth2Scopepublic java.lang.String getDisplayName()
getDisplayName in interface OAuth2Scopepublic OAuth2Scope setDisplayName(java.lang.String displayName)
setDisplayName in interface OAuth2Scopepublic java.lang.String getId()
getId in interface OAuth2Scopepublic OAuth2Scope.MetadataPublishEnum getMetadataPublish()
getMetadataPublish in interface OAuth2Scopepublic OAuth2Scope setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish)
setMetadataPublish in interface OAuth2Scopepublic java.lang.String getName()
getName in interface OAuth2Scopepublic OAuth2Scope setName(java.lang.String name)
setName in interface OAuth2Scopepublic java.lang.Boolean getSystem()
getSystem in interface OAuth2Scopepublic OAuth2Scope setSystem(java.lang.Boolean system)
setSystem in interface OAuth2ScopeCopyright © 2017-2021 Okta. All Rights Reserved.