@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class OAuth2Scope extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CONSENT |
static String |
JSON_PROPERTY_DEFAULT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_METADATA_PUBLISH |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SYSTEM |
Constructor and Description |
---|
OAuth2Scope() |
public static final String JSON_PROPERTY_CONSENT
public static final String JSON_PROPERTY_DEFAULT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_METADATA_PUBLISH
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SYSTEM
public OAuth2Scope consent(OAuth2ScopeConsentType consent)
@Nullable public OAuth2ScopeConsentType getConsent()
public void setConsent(OAuth2ScopeConsentType consent)
public OAuth2Scope _default(Boolean _default)
public void setDefault(Boolean _default)
public OAuth2Scope description(String description)
public void setDescription(String description)
public OAuth2Scope displayName(String displayName)
public void setDisplayName(String displayName)
public OAuth2Scope metadataPublish(OAuth2ScopeMetadataPublish metadataPublish)
@Nullable public OAuth2ScopeMetadataPublish getMetadataPublish()
public void setMetadataPublish(OAuth2ScopeMetadataPublish metadataPublish)
public OAuth2Scope name(String name)
public void setName(String name)
public OAuth2Scope system(Boolean system)
public void setSystem(Boolean system)
Copyright © 2017–2023 Okta. All rights reserved.