Uses of Class
com.exoscale.sdk.model.JsonSchemaPg.LogLinePrefixEnum
-
Packages that use JsonSchemaPg.LogLinePrefixEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaPg.LogLinePrefixEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.LogLinePrefixEnum Modifier and Type Method Description static JsonSchemaPg.LogLinePrefixEnum
JsonSchemaPg.LogLinePrefixEnum. fromValue(String value)
JsonSchemaPg.LogLinePrefixEnum
JsonSchemaPg. getLogLinePrefix()
Choose from one of the available log-formats.static JsonSchemaPg.LogLinePrefixEnum
JsonSchemaPg.LogLinePrefixEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaPg.LogLinePrefixEnum[]
JsonSchemaPg.LogLinePrefixEnum. 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.LogLinePrefixEnum Modifier and Type Method Description JsonSchemaPg
JsonSchemaPg. logLinePrefix(JsonSchemaPg.LogLinePrefixEnum logLinePrefix)
void
JsonSchemaPg. setLogLinePrefix(JsonSchemaPg.LogLinePrefixEnum logLinePrefix)
-