Package com.okta.sdk.resource.model
Class OAuth2ScopeConsentGrantLinks
java.lang.Object
com.okta.sdk.resource.model.OAuth2ScopeConsentGrantLinks
- 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 OAuth2ScopeConsentGrantLinks
extends Object
implements Serializable
OAuth2ScopeConsentGrantLinks
- 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 authorization server resourceLink to the client resourcegetScope()
Link to the scope resourcegetSelf()
Get selfgetUser()
Link to the user resourceint
hashCode()
scope
(ScopeResourceHrefObject scope) self
(HrefObjectSelfLink self) void
void
setAuthorizationServer
(AuthorizationServerResourceHrefObject authorizationServer) void
setClient
(AppResourceHrefObject client) void
setScope
(ScopeResourceHrefObject scope) void
setSelf
(HrefObjectSelfLink self) void
toString()
user
(UserResourceHrefObject user)
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_APP
- See Also:
-
JSON_PROPERTY_CLIENT
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_USER
- See Also:
-
JSON_PROPERTY_AUTHORIZATION_SERVER
- See Also:
-
-
Constructor Details
-
OAuth2ScopeConsentGrantLinks
public OAuth2ScopeConsentGrantLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
app
-
getApp
Link to the app resource- Returns:
- app
-
setApp
-
client
-
getClient
Link to the client resource- Returns:
- client
-
setClient
-
scope
-
getScope
Link to the scope resource- Returns:
- scope
-
setScope
-
user
-
getUser
Link to the user resource- Returns:
- user
-
setUser
-
authorizationServer
public OAuth2ScopeConsentGrantLinks authorizationServer(AuthorizationServerResourceHrefObject authorizationServer) -
getAuthorizationServer
Link to the authorization server resource- Returns:
- authorizationServer
-
setAuthorizationServer
-
equals
-
hashCode
public int hashCode() -
toString
-