Uses of Enum
com.okta.sdk.resource.model.OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum
Packages that use OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum
-
Uses of OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnumModifier and TypeMethodDescriptionOAuth2RefreshTokenLinksAllOfRevokeAllOfHints.getAllow()
Get allowMethods in com.okta.sdk.resource.model with parameters of type OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnumModifier and TypeMethodDescriptionOAuth2RefreshTokenLinksAllOfRevokeAllOfHints.addallowItem
(OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum allowItem) Method parameters in com.okta.sdk.resource.model with type arguments of type OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnumModifier and TypeMethodDescriptionOAuth2RefreshTokenLinksAllOfRevokeAllOfHints.allow
(List<OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum> allow) void
OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.setAllow
(List<OAuth2RefreshTokenLinksAllOfRevokeAllOfHints.AllowEnum> allow)