@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultOAuth2Scope extends AbstractInstanceResource<OAuth2Scope> implements OAuth2Scope
OAuth2Scope.ConsentEnum, OAuth2Scope.MetadataPublishEnum
properties
readLock, writeLock
Constructor and Description |
---|
DefaultOAuth2Scope(InternalDataStore dataStore) |
DefaultOAuth2Scope(InternalDataStore dataStore,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
OAuth2Scope.ConsentEnum |
getConsent() |
Boolean |
getDefault() |
String |
getDescription() |
String |
getDisplayName() |
String |
getId() |
OAuth2Scope.MetadataPublishEnum |
getMetadataPublish() |
String |
getName() |
Map<String,Property> |
getPropertyDescriptors() |
Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
Boolean |
getSystem() |
OAuth2Scope |
setConsent(OAuth2Scope.ConsentEnum consent) |
OAuth2Scope |
setDefault(Boolean _default) |
OAuth2Scope |
setDescription(String description) |
OAuth2Scope |
setDisplayName(String displayName) |
OAuth2Scope |
setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish) |
OAuth2Scope |
setName(String name) |
OAuth2Scope |
setSystem(Boolean system) |
delete, save
clear, 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, values
getBoolean, 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, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public DefaultOAuth2Scope(InternalDataStore dataStore)
public DefaultOAuth2Scope(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Class<? extends Resource> getResourceClass()
AbstractInstanceResource
Foo
, in this case this method may return Foo.class
.
(Defaults to getClass()
.)getResourceClass
in class AbstractInstanceResource<OAuth2Scope>
public OAuth2Scope.ConsentEnum getConsent()
getConsent
in interface OAuth2Scope
public OAuth2Scope setConsent(OAuth2Scope.ConsentEnum consent)
setConsent
in interface OAuth2Scope
public Boolean getDefault()
getDefault
in interface OAuth2Scope
public OAuth2Scope setDefault(Boolean _default)
setDefault
in interface OAuth2Scope
public String getDescription()
getDescription
in interface OAuth2Scope
public OAuth2Scope setDescription(String description)
setDescription
in interface OAuth2Scope
public String getDisplayName()
getDisplayName
in interface OAuth2Scope
public OAuth2Scope setDisplayName(String displayName)
setDisplayName
in interface OAuth2Scope
public String getId()
getId
in interface OAuth2Scope
public OAuth2Scope.MetadataPublishEnum getMetadataPublish()
getMetadataPublish
in interface OAuth2Scope
public OAuth2Scope setMetadataPublish(OAuth2Scope.MetadataPublishEnum metadataPublish)
setMetadataPublish
in interface OAuth2Scope
public String getName()
getName
in interface OAuth2Scope
public OAuth2Scope setName(String name)
setName
in interface OAuth2Scope
public Boolean getSystem()
getSystem
in interface OAuth2Scope
public OAuth2Scope setSystem(Boolean system)
setSystem
in interface OAuth2Scope
Copyright © 2017–2023 Okta. All rights reserved.