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