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