@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-10-11T13:51:56.108-05:00")
public class DefaultOAuth2ScopeConsentGrant
extends AbstractInstanceResource<OAuth2ScopeConsentGrant>
implements OAuth2ScopeConsentGrant
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultOAuth2ScopeConsentGrant(InternalDataStore dataStore) |
DefaultOAuth2ScopeConsentGrant(InternalDataStore dataStore,
java.util.Map<java.lang.String,java.lang.Object> properties) |
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 DefaultOAuth2ScopeConsentGrant(InternalDataStore dataStore)
public DefaultOAuth2ScopeConsentGrant(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<OAuth2ScopeConsentGrant>public java.util.Map<java.lang.String,java.lang.Object> getEmbedded()
getEmbedded in interface OAuth2ScopeConsentGrantpublic java.util.Map<java.lang.String,java.lang.Object> getLinks()
getLinks in interface OAuth2ScopeConsentGrantpublic java.lang.String getClientId()
getClientId in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setClientId(java.lang.String clientId)
setClientId in interface OAuth2ScopeConsentGrantpublic java.util.Date getCreated()
getCreated in interface OAuth2ScopeConsentGrantpublic OAuth2Actor getCreatedBy()
getCreatedBy in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setCreatedBy(OAuth2Actor createdBy)
setCreatedBy in interface OAuth2ScopeConsentGrantpublic java.lang.String getId()
getId in interface OAuth2ScopeConsentGrantpublic java.lang.String getIssuer()
getIssuer in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setIssuer(java.lang.String issuer)
setIssuer in interface OAuth2ScopeConsentGrantpublic java.util.Date getLastUpdated()
getLastUpdated in interface OAuth2ScopeConsentGrantpublic java.lang.String getScopeId()
getScopeId in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setScopeId(java.lang.String scopeId)
setScopeId in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrantSource getSource()
getSource in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setSource(OAuth2ScopeConsentGrantSource source)
setSource in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrantStatus getStatus()
getStatus in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setStatus(OAuth2ScopeConsentGrantStatus status)
setStatus in interface OAuth2ScopeConsentGrantpublic java.lang.String getUserId()
getUserId in interface OAuth2ScopeConsentGrantpublic OAuth2ScopeConsentGrant setUserId(java.lang.String userId)
setUserId in interface OAuth2ScopeConsentGrantCopyright © 2017-2021 Okta. All Rights Reserved.