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) voidOAuth2RefreshTokenLinks.setApp(AppResourceHrefObject app) voidOAuth2ScopeConsentGrantLinks.setApp(AppResourceHrefObject app) voidOAuth2RefreshTokenLinks.setClient(AppResourceHrefObject client) voidOAuth2ScopeConsentGrantLinks.setClient(AppResourceHrefObject client)