Uses of Class
com.cognite.client.dto.SequenceColumn.ValueType
-
Packages that use SequenceColumn.ValueType Package Description com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of SequenceColumn.ValueType in com.cognite.client.dto
Methods in com.cognite.client.dto that return SequenceColumn.ValueType Modifier and Type Method Description static SequenceColumn.ValueTypeSequenceColumn.ValueType. forNumber(int value)SequenceColumn.ValueTypeSequenceColumn.Builder. getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;SequenceColumn.ValueTypeSequenceColumn. getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;SequenceColumn.ValueTypeSequenceColumnOrBuilder. getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;static SequenceColumn.ValueTypeSequenceColumn.ValueType. valueOf(int value)Deprecated.static SequenceColumn.ValueTypeSequenceColumn.ValueType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SequenceColumn.ValueTypeSequenceColumn.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static SequenceColumn.ValueType[]SequenceColumn.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cognite.client.dto that return types with arguments of type SequenceColumn.ValueType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SequenceColumn.ValueType>SequenceColumn.ValueType. internalGetValueMap()Methods in com.cognite.client.dto with parameters of type SequenceColumn.ValueType Modifier and Type Method Description SequenceColumn.BuilderSequenceColumn.Builder. setValueType(SequenceColumn.ValueType value).com.cognite.client.dto.SequenceColumn.ValueType value_type = 4; -
Uses of SequenceColumn.ValueType in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return types with arguments of type SequenceColumn.ValueType Modifier and Type Method Description static Optional<SequenceColumn.ValueType>SequenceParser. parseValueType(String type)Tries to parse a string into aSequenceColumn.ValueType.Methods in com.cognite.client.servicesV1.parser with parameters of type SequenceColumn.ValueType Modifier and Type Method Description static StringSequenceParser. toString(SequenceColumn.ValueType valueType)Returns the string representation of aSequenceColumn.ValueType.
-