Uses of Enum Class
com.cognite.client.dto.Relationship.ResourceType
Packages that use Relationship.ResourceType
-
Uses of Relationship.ResourceType in com.cognite.client.dto
Methods in com.cognite.client.dto that return Relationship.ResourceTypeModifier and TypeMethodDescriptionstatic Relationship.ResourceTypeRelationship.ResourceType.forNumber(int value) Relationship.Builder.getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;RelationshipOrBuilder.getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.Builder.getTargetType().com.cognite.client.dto.Relationship.ResourceType target_type = 5;Relationship.getTargetType().com.cognite.client.dto.Relationship.ResourceType target_type = 5;RelationshipOrBuilder.getTargetType().com.cognite.client.dto.Relationship.ResourceType target_type = 5;static Relationship.ResourceTypeRelationship.ResourceType.valueOf(int value) Deprecated.static Relationship.ResourceTypeRelationship.ResourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Relationship.ResourceTypeReturns the enum constant of this class with the specified name.static Relationship.ResourceType[]Relationship.ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cognite.client.dto that return types with arguments of type Relationship.ResourceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Relationship.ResourceType>Relationship.ResourceType.internalGetValueMap()Methods in com.cognite.client.dto with parameters of type Relationship.ResourceTypeModifier and TypeMethodDescriptionRelationship.Builder.setSourceType(Relationship.ResourceType value) .com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.Builder.setTargetType(Relationship.ResourceType value) .com.cognite.client.dto.Relationship.ResourceType target_type = 5; -
Uses of Relationship.ResourceType in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return types with arguments of type Relationship.ResourceTypeModifier and TypeMethodDescriptionstatic Optional<Relationship.ResourceType>RelationshipParser.parseResourceType(String type) Tries to parse a string into aResourceType.Methods in com.cognite.client.servicesV1.parser with parameters of type Relationship.ResourceTypeModifier and TypeMethodDescriptionstatic StringRelationshipParser.toString(Relationship.ResourceType resourceType) Returns the string representation of a relationship reference resource type.