Package org.openapitools.client.model
Class OAuth2Scope
java.lang.Object
org.openapitools.client.model.OAuth2Scope
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class OAuth2Scope
extends Object
OAuth2Scope
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconsent(OAuth2ScopeConsentType consent) description(String description) displayName(String displayName) booleanGet consentGet _defaultGet descriptionGet displayNamegetId()Get idGet metadataPublishgetName()Get nameGet systeminthashCode()metadataPublish(OAuth2ScopeMetadataPublish metadataPublish) voidsetConsent(OAuth2ScopeConsentType consent) voidsetDefault(Boolean _default) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetMetadataPublish(OAuth2ScopeMetadataPublish metadataPublish) voidvoidtoString() 
- 
Field Details
- 
JSON_PROPERTY_CONSENT
- See Also:
 
 - 
JSON_PROPERTY_DEFAULT
- See Also:
 
 - 
JSON_PROPERTY_DESCRIPTION
- See Also:
 
 - 
JSON_PROPERTY_DISPLAY_NAME
- See Also:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_METADATA_PUBLISH
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_SYSTEM
- See Also:
 
 
 - 
 - 
Constructor Details
- 
OAuth2Scope
public OAuth2Scope() 
 - 
 - 
Method Details
- 
consent
 - 
getConsent
Get consent- Returns:
 - consent
 
 - 
setConsent
 - 
_default
 - 
getDefault
Get _default- Returns:
 - _default
 
 - 
setDefault
 - 
description
 - 
getDescription
Get description- Returns:
 - description
 
 - 
setDescription
 - 
displayName
 - 
getDisplayName
Get displayName- Returns:
 - displayName
 
 - 
setDisplayName
 - 
getId
Get id- Returns:
 - id
 
 - 
metadataPublish
 - 
getMetadataPublish
Get metadataPublish- Returns:
 - metadataPublish
 
 - 
setMetadataPublish
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
system
 - 
getSystem
Get system- Returns:
 - system
 
 - 
setSystem
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -