Uses of Class
com.okta.sdk.resource.model.AppResourceHrefObject
Packages that use AppResourceHrefObject
-
Uses of AppResourceHrefObject in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AppResourceHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.getApp()
Link to the app resourceOAuth2ScopeConsentGrantLinks.getApp()
Link to the app resourceOAuth2RefreshTokenLinks.getClient()
Link to the client resourceOAuth2ScopeConsentGrantLinks.getClient()
Link to the client resourceMethods in com.okta.sdk.resource.model with parameters of type AppResourceHrefObjectModifier and TypeMethodDescriptionOAuth2RefreshTokenLinks.app
(AppResourceHrefObject app) OAuth2ScopeConsentGrantLinks.app
(AppResourceHrefObject app) OAuth2RefreshTokenLinks.client
(AppResourceHrefObject client) OAuth2ScopeConsentGrantLinks.client
(AppResourceHrefObject client) void
OAuth2RefreshTokenLinks.setApp
(AppResourceHrefObject app) void
OAuth2ScopeConsentGrantLinks.setApp
(AppResourceHrefObject app) void
OAuth2RefreshTokenLinks.setClient
(AppResourceHrefObject client) void
OAuth2ScopeConsentGrantLinks.setClient
(AppResourceHrefObject client)