Uses of Enum
org.openapitools.client.model.AuthenticatorMethodProperty
Packages that use AuthenticatorMethodProperty
-
Uses of AuthenticatorMethodProperty in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthenticatorMethodPropertyModifier and TypeMethodDescriptionstatic AuthenticatorMethodProperty
static AuthenticatorMethodProperty
Returns the enum constant of this type with the specified name.static AuthenticatorMethodProperty[]
AuthenticatorMethodProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model that return types with arguments of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionAuthenticatorMethodWithVerifiableProperties.getVerifiableProperties()
Get verifiablePropertiesAuthenticatorMethodWithVerifiablePropertiesAllOf.getVerifiableProperties()
Get verifiablePropertiesMethods in org.openapitools.client.model with parameters of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionAuthenticatorMethodWithVerifiableProperties.addVerifiablePropertiesItem
(AuthenticatorMethodProperty verifiablePropertiesItem) AuthenticatorMethodWithVerifiablePropertiesAllOf.addVerifiablePropertiesItem
(AuthenticatorMethodProperty verifiablePropertiesItem) Method parameters in org.openapitools.client.model with type arguments of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionvoid
AuthenticatorMethodWithVerifiableProperties.setVerifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties) void
AuthenticatorMethodWithVerifiablePropertiesAllOf.setVerifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties) AuthenticatorMethodWithVerifiableProperties.verifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties) AuthenticatorMethodWithVerifiablePropertiesAllOf.verifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties)