Uses of Enum
com.exoscale.sdk.model.JsonSchemaPg.PasswordEncryptionEnum
Packages that use JsonSchemaPg.PasswordEncryptionEnum
-
Uses of JsonSchemaPg.PasswordEncryptionEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.PasswordEncryptionEnumModifier and TypeMethodDescriptionJsonSchemaPg.getPasswordEncryption()Chooses the algorithm for encrypting passwords.Returns the enum constant of this type with the specified name.static JsonSchemaPg.PasswordEncryptionEnum[]JsonSchemaPg.PasswordEncryptionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model that return types with arguments of type JsonSchemaPg.PasswordEncryptionEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum>JsonSchemaPg.getPasswordEncryption_JsonNullable()Methods in com.exoscale.sdk.model with parameters of type JsonSchemaPg.PasswordEncryptionEnumModifier and TypeMethodDescriptionJsonSchemaPg.passwordEncryption(JsonSchemaPg.PasswordEncryptionEnum passwordEncryption) voidJsonSchemaPg.setPasswordEncryption(JsonSchemaPg.PasswordEncryptionEnum passwordEncryption) Method parameters in com.exoscale.sdk.model with type arguments of type JsonSchemaPg.PasswordEncryptionEnumModifier and TypeMethodDescriptionvoidJsonSchemaPg.setPasswordEncryption_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum> passwordEncryption)