Uses of Enum
org.openapitools.client.model.ApplicationCredentialsScheme
Packages that use ApplicationCredentialsScheme
-
Uses of ApplicationCredentialsScheme in org.openapitools.client.model
Methods in org.openapitools.client.model that return ApplicationCredentialsSchemeModifier and TypeMethodDescriptionstatic ApplicationCredentialsScheme
SchemeApplicationCredentials.getScheme()
Get schemeSchemeApplicationCredentialsAllOf.getScheme()
Get schemestatic ApplicationCredentialsScheme
Returns 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 org.openapitools.client.model with parameters of type ApplicationCredentialsSchemeModifier and TypeMethodDescriptionSchemeApplicationCredentials.scheme
(ApplicationCredentialsScheme scheme) SchemeApplicationCredentialsAllOf.scheme
(ApplicationCredentialsScheme scheme) void
SchemeApplicationCredentials.setScheme
(ApplicationCredentialsScheme scheme) void
SchemeApplicationCredentialsAllOf.setScheme
(ApplicationCredentialsScheme scheme)