Package com.okta.sdk.resource.model
Class OAuth2RefreshTokenScopeLinks
java.lang.Object
com.okta.sdk.resource.model.OAuth2RefreshTokenScopeLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class OAuth2RefreshTokenScopeLinks
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available for the current status
of an application using the [JSON Hypertext Application
Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification. This object is used for
dynamic discovery of related resources and lifecycle operations.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getScope()
Link to Scope resourceint
hashCode()
scope
(AppCustomHrefObject scope) void
setScope
(AppCustomHrefObject scope) toString()
-
Field Details
-
JSON_PROPERTY_SCOPE
- See Also:
-
-
Constructor Details
-
OAuth2RefreshTokenScopeLinks
public OAuth2RefreshTokenScopeLinks()
-
-
Method Details
-
scope
-
getScope
-
setScope
-
equals
-
hashCode
-
toString
-