Uses of Enum
com.exoscale.sdk.model.JsonSchemaPg.LogErrorVerbosityEnum
Packages that use JsonSchemaPg.LogErrorVerbosityEnum
-
Uses of JsonSchemaPg.LogErrorVerbosityEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.LogErrorVerbosityEnumModifier and TypeMethodDescriptionJsonSchemaPg.getLogErrorVerbosity()
Controls the amount of detail written in the server log for each message that is logged.Returns the enum constant of this type with the specified name.static JsonSchemaPg.LogErrorVerbosityEnum[]
JsonSchemaPg.LogErrorVerbosityEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaPg.LogErrorVerbosityEnumModifier and TypeMethodDescriptionJsonSchemaPg.logErrorVerbosity
(JsonSchemaPg.LogErrorVerbosityEnum logErrorVerbosity) void
JsonSchemaPg.setLogErrorVerbosity
(JsonSchemaPg.LogErrorVerbosityEnum logErrorVerbosity)