Uses of Class
com.veeva.vault.vapil.api.request.BinderTemplateRequest
Packages that use BinderTemplateRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of BinderTemplateRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return BinderTemplateRequestModifier and TypeMethodDescriptionBinderTemplateRequest.setBinaryFile(String filename, byte[] binaryContent) Specify source data in an input fileBinderTemplateRequest.setContentTypeCsv()Set the Header Content Type to text/csvBinderTemplateRequest.setContentTypeJson()Set the Header Content Type to application/jsonBinderTemplateRequest.setContentTypeXForm()Set the Header Content Type to application/x-www-form-urlencodedBinderTemplateRequest.setInputPath(String inputPath) Specify source data in an input fileBinderTemplateRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON request