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