Uses of Enum Class
com.influxdb.client.domain.SchemaType
Packages that use SchemaType
-
Uses of SchemaType in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaType
Bucket.getSchemaType()
Get schemaTypePostBucketRequest.getSchemaType()
Get schemaTypeSchemaType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static SchemaType
Returns the enum constant of this class with the specified name.static SchemaType[]
SchemaType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.client.domain with parameters of type SchemaTypeModifier and TypeMethodDescriptionBucket.schemaType
(SchemaType schemaType) PostBucketRequest.schemaType
(SchemaType schemaType) void
Bucket.setSchemaType
(SchemaType schemaType) void
PostBucketRequest.setSchemaType
(SchemaType schemaType) void
SchemaType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, SchemaType enumeration)