Uses of Class
com.cognite.client.dto.Relationship
-
Packages that use Relationship Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of Relationship in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Relationship Modifier and Type Method Description Iterator<List<Relationship>>Relationships. list()Returns allRelationshipobjects.Iterator<List<Relationship>>Relationships. list(Request requestParameters)Returns allRelationshipobjects that matches the filters set in theRequest.Iterator<List<Relationship>>Relationships. list(Request requestParameters, String... partitions)Returns allRelationshipobjects that matches the filters set in theRequestfor the specified partitions.List<Relationship>Relationships. retrieve(long... id)Retrieve relationships byinternal id.List<Relationship>Relationships. retrieve(String... externalId)Retrieve relationships byexternalId.List<Relationship>Relationships. retrieve(List<Item> items)Retrieve Relationships by id.List<Relationship>Relationships. retrieve(List<Item> items, boolean fetchResources)Retrieve Relationships by id.List<Relationship>Relationships. upsert(List<Relationship> relationships)Creates or updates a set ofRelationshipobjects.Method parameters in com.cognite.client with type arguments of type Relationship Modifier and Type Method Description List<Relationship>Relationships. upsert(List<Relationship> relationships)Creates or updates a set ofRelationshipobjects. -
Uses of Relationship in com.cognite.client.dto
Methods in com.cognite.client.dto that return Relationship Modifier and Type Method Description RelationshipRelationship.Builder. build()RelationshipRelationship.Builder. buildPartial()static RelationshipRelationship. getDefaultInstance()RelationshipRelationship.Builder. getDefaultInstanceForType()RelationshipRelationship. getDefaultInstanceForType()static RelationshipRelationship. parseDelimitedFrom(InputStream input)static RelationshipRelationship. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelationshipRelationship. parseFrom(byte[] data)static RelationshipRelationship. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelationshipRelationship. parseFrom(com.google.protobuf.ByteString data)static RelationshipRelationship. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelationshipRelationship. parseFrom(com.google.protobuf.CodedInputStream input)static RelationshipRelationship. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelationshipRelationship. parseFrom(InputStream input)static RelationshipRelationship. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelationshipRelationship. parseFrom(ByteBuffer data)static RelationshipRelationship. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type Relationship Modifier and Type Method Description com.google.protobuf.Parser<Relationship>Relationship. getParserForType()static com.google.protobuf.Parser<Relationship>Relationship. parser()Methods in com.cognite.client.dto with parameters of type Relationship Modifier and Type Method Description Relationship.BuilderRelationship.Builder. mergeFrom(Relationship other)static Relationship.BuilderRelationship. newBuilder(Relationship prototype) -
Uses of Relationship in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Relationship Modifier and Type Method Description static RelationshipRelationshipParser. parseRelationship(String json)Parses a relationship json string toRelationshipproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type Relationship Modifier and Type Method Description static Map<String,Object>RelationshipParser. toRequestInsertItem(Relationship element)Builds a request insert item object fromRelationship.static Map<String,Object>RelationshipParser. toRequestReplaceItem(Relationship element)Builds a request replace item object fromRelationship.static Map<String,Object>RelationshipParser. toRequestUpdateItem(Relationship element)Builds a request update item object fromRelationship. -
Uses of Relationship in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type Relationship Modifier and Type Method Description static List<Relationship>DataGenerator. generateRelationships(int noObjects)
-