Package com.okta.sdk.resource.model
Class OAuth2ClientLinks
java.lang.Object
com.okta.sdk.resource.model.OAuth2ClientLinks
- 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 OAuth2ClientLinks
extends Object
implements Serializable
OAuth2ClientLinks
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanLink to the grant resourcesgetSelf()Get selfLink to the token resourcesgrants(GrantResourcesHrefObject grants) inthashCode()self(HrefObjectSelfLink self) voidsetGrants(GrantResourcesHrefObject grants) voidsetSelf(HrefObjectSelfLink self) voidsetTokens(TokenResourcesHrefObject tokens) tokens(TokenResourcesHrefObject tokens) toString() 
- 
Field Details
- 
JSON_PROPERTY_SELF
- See Also:
 
 - 
JSON_PROPERTY_GRANTS
- See Also:
 
 - 
JSON_PROPERTY_TOKENS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
OAuth2ClientLinks
public OAuth2ClientLinks() 
 - 
 - 
Method Details
- 
self
 - 
getSelf
Get self- Returns:
 - self
 
 - 
setSelf
 - 
grants
 - 
getGrants
Link to the grant resources- Returns:
 - grants
 
 - 
setGrants
 - 
tokens
 - 
getTokens
Link to the token resources- Returns:
 - tokens
 
 - 
setTokens
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -