Package com.okta.sdk.resource.model
Class OAuth2RefreshTokenScope
java.lang.Object
com.okta.sdk.resource.model.OAuth2RefreshTokenScope
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OAuth2RefreshTokenScope
extends Object
implements Serializable
OAuth2RefreshTokenScope
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) displayName
(String displayName) boolean
Description of the ScopeName of the end user displayed in a consent dialoggetId()
Scope object IDgetLinks()
Get linksgetName()
Scope nameint
hashCode()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
void
toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2RefreshTokenScope
public OAuth2RefreshTokenScope()
-
-
Method Details
-
description
-
getDescription
Description of the Scope- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
Name of the end user displayed in a consent dialog- Returns:
- displayName
-
setDisplayName
-
getId
Scope object ID- Returns:
- id
-
name
-
getName
Scope name- Returns:
- name
-
setName
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-