@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class OAuth2ScopeConsentGrant extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_EMBEDDED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_ISSUER |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_SCOPE_ID |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_USER_ID |
Constructor and Description |
---|
OAuth2ScopeConsentGrant() |
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ISSUER
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_SCOPE_ID
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_USER_ID
public static final String JSON_PROPERTY_EMBEDDED
public static final String JSON_PROPERTY_LINKS
public OAuth2ScopeConsentGrant clientId(String clientId)
public void setClientId(String clientId)
@Nullable public OffsetDateTime getCreated()
public OAuth2ScopeConsentGrant createdBy(OAuth2Actor createdBy)
@Nullable public OAuth2Actor getCreatedBy()
public void setCreatedBy(OAuth2Actor createdBy)
public OAuth2ScopeConsentGrant issuer(String issuer)
public void setIssuer(String issuer)
@Nullable public OffsetDateTime getLastUpdated()
public OAuth2ScopeConsentGrant scopeId(String scopeId)
public void setScopeId(String scopeId)
public OAuth2ScopeConsentGrant source(OAuth2ScopeConsentGrantSource source)
@Nullable public OAuth2ScopeConsentGrantSource getSource()
public void setSource(OAuth2ScopeConsentGrantSource source)
public OAuth2ScopeConsentGrant status(GrantOrTokenStatus status)
@Nullable public GrantOrTokenStatus getStatus()
public void setStatus(GrantOrTokenStatus status)
public OAuth2ScopeConsentGrant userId(String userId)
public void setUserId(String userId)
public OAuth2ScopeConsentGrant links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.