Uses of Class
com.veeva.vault.vapil.api.request.ObjectRecordRequest
Packages that use ObjectRecordRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of ObjectRecordRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return ObjectRecordRequestModifier and TypeMethodDescriptionObjectRecordRequest.setAcceptCSV()
Set the Header Accept to return CSVObjectRecordRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileObjectRecordRequest.setBodyParams
(Map<String, Object> bodyParams) Single record form ObjectRecordRequest with name/value body parametersObjectRecordRequest.setContentTypeCsv()
Set the Header Content Type to CSVObjectRecordRequest.setContentTypeJson()
Set the Header Content Type to JSONObjectRecordRequest.setEndDateDeleted
(ZonedDateTime endDateDeleted) Specify the start date when calling the deleted records endpointObjectRecordRequest.setIdParam
(String idParam) Specify an UPSERT operation via the idParamObjectRecordRequest.setInputPath
(String inputPath) Specify source data in an input fileObjectRecordRequest.setInputStream
(InputStream inputStream) Specify source data in an input stream, such as a JSON requestPaginate the results by specifying the maximum number of histories per page in the response.ObjectRecordRequest.setLocalized
(Boolean localized) Set to true to retrieve localized (translated) strings for the label, label_plural, and help_content object type fields.ObjectRecordRequest.setMigrationMode
(boolean migrationMode) Enable migration mode to set the object record state.ObjectRecordRequest.setNoTriggers
(boolean noTriggers) When set to true, it bypasses all system, standard, and custom triggers when using Record Migration Mode.Paginate the results displayed per page by specifying the amount of offset from the first job history returned.ObjectRecordRequest.setOutputPath
(String outputPath) Specify source data in an output fileObjectRecordRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON requestObjectRecordRequest.setStartDateDeleted
(ZonedDateTime startDateDeleted) Specify the start date when calling the deleted records endpointObjectRecordRequest.setUnchangedFieldBehavior
(ObjectRecordRequest.UnchangedFieldBehaviorType unchangedFieldBehavior) When upserting, set to IgnoreSetOnCreateOnly (default starting with API v21.1) to ignore values given for the Object Type field and parent object fields if the record already exists and the value has not changed.