Uses of Class
com.cognite.client.dto.Relationship.ResourceType
-
Packages that use Relationship.ResourceType Package Description com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of Relationship.ResourceType in com.cognite.client.dto
Methods in com.cognite.client.dto that return Relationship.ResourceType Modifier and Type Method Description static Relationship.ResourceTypeRelationship.ResourceType. forNumber(int value)Relationship.ResourceTypeRelationship.Builder. getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.ResourceTypeRelationship. getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.ResourceTypeRelationshipOrBuilder. getSourceType().com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.ResourceTypeRelationship.Builder. getTargetType().com.cognite.client.dto.Relationship.ResourceType target_type = 5;Relationship.ResourceTypeRelationship. getTargetType().com.cognite.client.dto.Relationship.ResourceType target_type = 5;Relationship.ResourceTypeRelationshipOrBuilder. 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 type with the specified name.static Relationship.ResourceTypeRelationship.ResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.ResourceType[]Relationship.ResourceType. 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 Relationship.ResourceType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Relationship.ResourceType>Relationship.ResourceType. internalGetValueMap()Methods in com.cognite.client.dto with parameters of type Relationship.ResourceType Modifier and Type Method Description Relationship.BuilderRelationship.Builder. setSourceType(Relationship.ResourceType value).com.cognite.client.dto.Relationship.ResourceType source_type = 3;Relationship.BuilderRelationship.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.ResourceType Modifier and Type Method Description static 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.ResourceType Modifier and Type Method Description static StringRelationshipParser. toString(Relationship.ResourceType resourceType)Returns the string representation of a relationship reference resource type.
-