Uses of Class
com.veeva.vault.vapil.api.request.BinderRoleRequest
Packages that use BinderRoleRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of BinderRoleRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return BinderRoleRequestModifier and TypeMethodDescriptionBinderRoleRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileBinderRoleRequest.setBodyParams
(Map<String, Object> bodyParams) Single form add/remove request with name/value body parameters
Can be used on single Document endpoint, or for performing single Document operations, using the bulk endpoint.BinderRoleRequest.setContentTypeCsv()
Set the Header Content Type to CSVBinderRoleRequest.setContentTypeXForm()
Set the Header Content Type to x-www-form-urlencodedBinderRoleRequest.setInputPath
(String inputPath) Specify source data in an input fileBinderRoleRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON request