Package com.okta.sdk.resource.model
Class OAuth2RefreshTokenLinks
java.lang.Object
com.okta.sdk.resource.model.OAuth2RefreshTokenLinks
- 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 OAuth2RefreshTokenLinks
extends Object
implements Serializable
OAuth2RefreshTokenLinks
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapp
(AppResourceHrefObject app) authorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) client
(AppResourceHrefObject client) boolean
getApp()
Link to the app resourceLink to the Token authorization server resourceLink to the client resourceGet revokegetSelf()
Get selfgetUser()
Link to the user resourceint
hashCode()
self
(HrefObjectSelfLink self) void
void
setAuthorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) void
setClient
(AppResourceHrefObject client) void
void
setSelf
(HrefObjectSelfLink self) void
toString()
user
(UserResourceHrefObject user)
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_APP
- See Also:
-
JSON_PROPERTY_REVOKE
- See Also:
-
JSON_PROPERTY_CLIENT
- See Also:
-
JSON_PROPERTY_USER
- See Also:
-
JSON_PROPERTY_AUTHORIZATION_SERVER
- See Also:
-
-
Constructor Details
-
OAuth2RefreshTokenLinks
public OAuth2RefreshTokenLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
app
-
getApp
Link to the app resource- Returns:
- app
-
setApp
-
revoke
-
getRevoke
Get revoke- Returns:
- revoke
-
setRevoke
-
client
-
getClient
Link to the client resource- Returns:
- client
-
setClient
-
user
-
getUser
Link to the user resource- Returns:
- user
-
setUser
-
authorizationServer
public OAuth2RefreshTokenLinks authorizationServer(AuthorizationServerResourceHrefObject authorizationServer) -
getAuthorizationServer
Link to the Token authorization server resource- Returns:
- authorizationServer
-
setAuthorizationServer
-
equals
-
hashCode
public int hashCode() -
toString
-