Uses of Class
com.cognite.client.dto.TimeseriesPoint.DatapointTypeCase
-
Packages that use TimeseriesPoint.DatapointTypeCase Package Description com.cognite.client.dto -
-
Uses of TimeseriesPoint.DatapointTypeCase in com.cognite.client.dto
Methods in com.cognite.client.dto that return TimeseriesPoint.DatapointTypeCase Modifier and Type Method Description static TimeseriesPoint.DatapointTypeCaseTimeseriesPoint.DatapointTypeCase. forNumber(int value)TimeseriesPoint.DatapointTypeCaseTimeseriesPoint.Builder. getDatapointTypeCase()TimeseriesPoint.DatapointTypeCaseTimeseriesPoint. getDatapointTypeCase()TimeseriesPoint.DatapointTypeCaseTimeseriesPointOrBuilder. getDatapointTypeCase()static TimeseriesPoint.DatapointTypeCaseTimeseriesPoint.DatapointTypeCase. valueOf(int value)Deprecated.static TimeseriesPoint.DatapointTypeCaseTimeseriesPoint.DatapointTypeCase. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeseriesPoint.DatapointTypeCase[]TimeseriesPoint.DatapointTypeCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-