Uses of Enum Class
com.influxdb.client.domain.Dialect.AnnotationsEnum
Packages that use Dialect.AnnotationsEnum
-
Uses of Dialect.AnnotationsEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Dialect.AnnotationsEnumModifier and TypeMethodDescriptionstatic Dialect.AnnotationsEnumDialect.AnnotationsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Dialect.AnnotationsEnumReturns the enum constant of this class with the specified name.static Dialect.AnnotationsEnum[]Dialect.AnnotationsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.client.domain that return types with arguments of type Dialect.AnnotationsEnumModifier and TypeMethodDescriptionDialect.getAnnotations()https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/#columnsMethods in com.influxdb.client.domain with parameters of type Dialect.AnnotationsEnumModifier and TypeMethodDescriptionDialect.addAnnotationsItem(Dialect.AnnotationsEnum annotationsItem) voidDialect.AnnotationsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Dialect.AnnotationsEnum enumeration) Method parameters in com.influxdb.client.domain with type arguments of type Dialect.AnnotationsEnumModifier and TypeMethodDescriptionDialect.annotations(List<Dialect.AnnotationsEnum> annotations) voidDialect.setAnnotations(List<Dialect.AnnotationsEnum> annotations)