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 SchemaTypeBucket.getSchemaType()Get schemaTypePostBucketRequest.getSchemaType()Get schemaTypeSchemaType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static SchemaTypeReturns 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) voidBucket.setSchemaType(SchemaType schemaType) voidPostBucketRequest.setSchemaType(SchemaType schemaType) voidSchemaType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, SchemaType enumeration)