Uses of Class
com.veeva.vault.vapil.api.model.common.DocumentRelationship
Packages that use DocumentRelationship
Package
Description
Models for Vault API responses
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentRelationship in com.veeva.vault.vapil.api.model.response
Methods in com.veeva.vault.vapil.api.model.response that return DocumentRelationshipModifier and TypeMethodDescriptionDocumentRelationshipRetrieveResponse.Relationship.getRelationship()
Methods in com.veeva.vault.vapil.api.model.response with parameters of type DocumentRelationshipModifier and TypeMethodDescriptionvoid
DocumentRelationshipRetrieveResponse.Relationship.setRelationship
(DocumentRelationship relationship) -
Uses of DocumentRelationship in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request with parameters of type DocumentRelationshipModifier and TypeMethodDescriptionBinderRequest.createBinderRelationship
(int binderId, int majorVersion, int minorVersion, DocumentRelationship binderRelationship) Create Binder RelationshipDocumentRelationshipRequest.createSingleDocumentRelationship
(int docId, int majorVersion, int minorVersion, DocumentRelationship relationship) Create Single Document Relationship
Create a new relationship on a document.