Uses of Enum
com.okta.sdk.resource.model.ApplicationCredentialsScheme
Packages that use ApplicationCredentialsScheme
-
Uses of ApplicationCredentialsScheme in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ApplicationCredentialsSchemeModifier and TypeMethodDescriptionstatic ApplicationCredentialsSchemeSchemeApplicationCredentials.getScheme()Get schemeSchemeApplicationCredentialsAllOf.getScheme()Get schemestatic ApplicationCredentialsSchemeReturns the enum constant of this type with the specified name.static ApplicationCredentialsScheme[]ApplicationCredentialsScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type ApplicationCredentialsSchemeModifier and TypeMethodDescriptionSchemeApplicationCredentials.scheme(ApplicationCredentialsScheme scheme) SchemeApplicationCredentialsAllOf.scheme(ApplicationCredentialsScheme scheme) voidSchemeApplicationCredentials.setScheme(ApplicationCredentialsScheme scheme) voidSchemeApplicationCredentialsAllOf.setScheme(ApplicationCredentialsScheme scheme)