Package | Description |
---|---|
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 |
---|---|
BinderSectionResponse |
BinderRequest.addDocumentToBinder(int binderId,
int docId,
String parentId)
Add Document to Binder
|
BinderSectionResponse |
BinderRequest.addDocumentToBinder(int binderId,
int docId,
String parentId,
int majorVersion,
int minorVersion)
Add Document to Binder
|
BinderSectionResponse |
BinderRequest.addDocumentToBinder(int binderId,
int docId,
String parentId,
String bindingRule)
Add Document to Binder
|
BinderSectionResponse |
BinderRequest.createBinderSection(int binderId,
Binder.Node.BinderSection binderSection)
Create Binder Section
|
BinderSectionResponse |
BinderRequest.deleteBinderSection(int binderId,
String sectionId)
Delete Binder Section
|
BinderSectionResponse |
BinderRequest.moveDocumentInBinder(int binderId,
String sectionId,
String parentId)
Move Document in Binder
|
BinderSectionResponse |
BinderRequest.moveDocumentInBinder(int binderId,
String sectionId,
String parentId,
int order)
Move Document in Binder
|
BinderSectionResponse |
BinderRequest.removeDocumentFromBinder(int binderId,
String sectionId)
Remove Document from Binder
|
BinderSectionResponse |
BinderRequest.retrieveBinderSections(int binderId,
String sectionId)
Retrieve Binder Sections (sub-level node)
|
BinderSectionResponse |
BinderRequest.retrieveBinderVersionSections(int binderId,
int majorVersion,
int minorVersion,
String sectionId)
Retrieve Binder Version Sections (sub-level node)
|
BinderSectionResponse |
BinderRequest.updateBinderDocumentBindingRule(int binderId,
String sectionId,
String bindingRule)
Update Binder Document Binding Rule
|
BinderSectionResponse |
BinderRequest.updateBinderDocumentBindingRule(int binderId,
String sectionId,
String bindingRule,
int majorVersion,
int minorVersion)
Update Binder Document Binding Rule
|
BinderSectionResponse |
BinderRequest.updateBinderSection(int binderId,
String sectionId,
Binder.Node.BinderSection binderSection)
Update Binder Section
|
BinderSectionResponse |
BinderRequest.updateBinderSectionBindingRule(int binderId,
String sectionId,
String bindingRule,
Boolean bindingRuleOverride)
Update Binder Section Binding Rule
|
Copyright © 2021. All rights reserved.