Uses of Class
com.cognite.client.dto.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in com.cognite.client
Methods in com.cognite.client that return types with arguments of type RelationshipModifier and TypeMethodDescriptionRelationships.list()Returns allRelationshipobjects.Returns allRelationshipobjects that matches the filters set in theRequest.Returns allRelationshipobjects that matches the filters set in theRequestfor the specified partitions.Relationships.retrieve(long... id) Retrieve relationships byinternal id.Retrieve relationships byexternalId.Retrieve Relationships by id.Retrieve Relationships by id.Relationships.uploadQueue()Returns an upload queue.Relationships.uploadQueue()Returns an upload queue.Relationships.upsert(List<Relationship> relationships) Creates or updates a set ofRelationshipobjects.Method parameters in com.cognite.client with type arguments of type RelationshipModifier and TypeMethodDescriptionRelationships.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 RelationshipModifier and TypeMethodDescriptionRelationship.Builder.build()Relationship.Builder.buildPartial()static RelationshipRelationship.getDefaultInstance()Relationship.Builder.getDefaultInstanceForType()Relationship.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 RelationshipModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Relationship>Relationship.getParserForType()static com.google.protobuf.Parser<Relationship>Relationship.parser()Methods in com.cognite.client.dto with parameters of type RelationshipModifier and TypeMethodDescriptionRelationship.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 RelationshipModifier and TypeMethodDescriptionstatic RelationshipRelationshipParser.parseRelationship(String json) Parses a relationship json string toRelationshipproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type RelationshipModifier and TypeMethodDescriptionRelationshipParser.toRequestInsertItem(Relationship element) Builds a request insert item object fromRelationship.RelationshipParser.toRequestReplaceItem(Relationship element) Builds a request replace item object fromRelationship.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 RelationshipModifier and TypeMethodDescriptionstatic List<Relationship>DataGenerator.generateRelationships(int noObjects)