Uses of Class
com.exoscale.sdk.model.JsonSchemaPg.TrackCommitTimestampEnum
-
Packages that use JsonSchemaPg.TrackCommitTimestampEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaPg.TrackCommitTimestampEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.TrackCommitTimestampEnum Modifier and Type Method Description static JsonSchemaPg.TrackCommitTimestampEnum
JsonSchemaPg.TrackCommitTimestampEnum. fromValue(String value)
JsonSchemaPg.TrackCommitTimestampEnum
JsonSchemaPg. getTrackCommitTimestamp()
Record commit time of transactions.static JsonSchemaPg.TrackCommitTimestampEnum
JsonSchemaPg.TrackCommitTimestampEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaPg.TrackCommitTimestampEnum[]
JsonSchemaPg.TrackCommitTimestampEnum. 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.TrackCommitTimestampEnum Modifier and Type Method Description void
JsonSchemaPg. setTrackCommitTimestamp(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp)
JsonSchemaPg
JsonSchemaPg. trackCommitTimestamp(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp)
-