Package com.okta.sdk.resource.model
Class OAuth2Scope
java.lang.Object
com.okta.sdk.resource.model.OAuth2Scope
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class OAuth2Scope
extends Object
implements Serializable
OAuth2Scope
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsent
(OAuth2ScopeConsentType consent) description
(String description) displayName
(String displayName) boolean
Get consentIndicates if this Scope is a default scopeDescription of the ScopeName of the end user displayed in a consent dialoggetId()
Scope object IDGet metadataPublishgetName()
Scope nameGet optionalIndicates if Okta created the Scopeint
hashCode()
metadataPublish
(OAuth2ScopeMetadataPublish metadataPublish) void
setConsent
(OAuth2ScopeConsentType consent) void
setDefault
(Boolean _default) void
setDescription
(String description) void
setDisplayName
(String displayName) void
setMetadataPublish
(OAuth2ScopeMetadataPublish metadataPublish) void
void
setOptional
(Boolean optional) void
toString()
-
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_OPTIONAL
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
-
Constructor Details
-
OAuth2Scope
public OAuth2Scope()
-
-
Method Details
-
consent
-
getConsent
-
setConsent
-
_default
-
getDefault
-
setDefault
-
description
-
getDescription
-
setDescription
-
displayName
-
getDisplayName
-
setDisplayName
-
getId
-
metadataPublish
-
getMetadataPublish
Get metadataPublish- Returns:
- metadataPublish
-
setMetadataPublish
-
name
-
getName
-
setName
-
optional
-
getOptional
-
setOptional
-
system
-
getSystem
-
setSystem
-
equals
-
hashCode
-
toString
-