Package | Description |
---|---|
com.veeva.vault.vapil.api.model.response |
Models for Vault API responses
|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
DocumentRelationship |
DocumentRelationshipRetrieveResponse.Relationship.getRelationship() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRelationshipRetrieveResponse.Relationship.setRelationship(DocumentRelationship relationship) |
Modifier and Type | Method and Description |
---|---|
DocumentRelationshipResponse |
BinderRequest.createBinderRelationship(int binderId,
int majorVersion,
int minorVersion,
DocumentRelationship binderRelationship)
Create Binder Relationship
|
DocumentRelationshipResponse |
DocumentRelationshipRequest.createSingleDocumentRelationship(int docId,
int majorVersion,
int minorVersion,
DocumentRelationship relationship)
Create Single Document Relationship
Create a new relationship on a document. |
Copyright © 2021. All rights reserved.