Uses of Enum
com.exoscale.sdk.model.JsonSchemaPg.TrackFunctionsEnum
Packages that use JsonSchemaPg.TrackFunctionsEnum
-
Uses of JsonSchemaPg.TrackFunctionsEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPg.TrackFunctionsEnumModifier and TypeMethodDescriptionJsonSchemaPg.getTrackFunctions()Enables tracking of function call counts and time used.Returns the enum constant of this type with the specified name.static JsonSchemaPg.TrackFunctionsEnum[]JsonSchemaPg.TrackFunctionsEnum.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.TrackFunctionsEnumModifier and TypeMethodDescriptionvoidJsonSchemaPg.setTrackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions) JsonSchemaPg.trackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions)