Uses of Enum Class
com.influxdb.client.domain.SchemaType
-
Uses of SchemaType in com.influxdb.client.domain
Modifier 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.Modifier 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)