Class DocumentActionInitiateResponse
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.response.VaultResponse
com.veeva.vault.vapil.api.model.response.ActionInitiateResponse
com.veeva.vault.vapil.api.model.response.DocumentActionInitiateResponse
Response model for the following API calls:
PUT /api/{version}/objects/documents/{id}/versions/{major_version}/{minor_version}/lifecycle_actions/{name__v}
-
Nested Class Summary
Nested classes/interfaces inherited from class com.veeva.vault.vapil.api.model.response.VaultResponse
VaultResponse.APIResponseError, VaultResponse.APIResponseWarning
-
Field Summary
Fields inherited from class com.veeva.vault.vapil.api.model.response.VaultResponse
HTTP_HEADER_CONTENT_DISPOSITION, HTTP_HEADER_CONTENT_TYPE, HTTP_HEADER_DOWNTIME_EXPECTED_DURATION_MINUTES, HTTP_HEADER_STATUS, HTTP_HEADER_VAULT_BURST, HTTP_HEADER_VAULT_BURST_REMAINING, HTTP_HEADER_VAULT_EXECUTION_ID, HTTP_HEADER_VAULT_ID, HTTP_HEADER_VAULT_RESPONSE_DELAY, HTTP_HEADER_VAULT_SDK_COUNT, HTTP_HEADER_VAULT_SDK_CPU_TIME, HTTP_HEADER_VAULT_SDK_ELAPSED_TIME, HTTP_HEADER_VAULT_SDK_GROSS_MEMORY, HTTP_HEADER_VAULT_TRUNCATED_SESSION_ID, HTTP_HEADER_VAULT_USER_ID, HTTP_REFERENCE_ID, HTTP_RESPONSE_FAILURE, HTTP_RESPONSE_SUCCESS, HTTP_RESPONSE_WARNING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.veeva.vault.vapil.api.model.response.ActionInitiateResponse
getId, getWorkFlowId, setId, setWorkFlowId
Methods inherited from class com.veeva.vault.vapil.api.model.response.VaultResponse
getBinaryContent, getErrors, getHeaderContentType, getHeaderDowntimeExpectedDurationMinutes, getHeaderIgnoreCase, getHeaderReferenceId, getHeaders, getHeaderStatus, getHeaderVaultBurstLimit, getHeaderVaultBurstLimitRemaining, getHeaderVaultExecutionId, getHeaderVaultId, getHeaderVaultResponseDelay, getHeaderVaultSdkCount, getHeaderVaultSdkCpuTime, getHeaderVaultSdkElapsedTime, getHeaderVaultSdkGrossMemory, getHeaderVaultTruncatedSessionId, getHeaderVaultUserId, getHttpHeaderContentDisposition, getOutputFilePath, getResponse, getResponseJSON, getResponseMessage, getResponseStatus, getWarnings, hasErrors, hasWarnings, isFailure, isSuccessful, isWarning, setBinaryContent, setErrors, setHeaders, setOutputFilePath, setResponse, setResponseMessage, setResponseStatus, setWarnings
Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
DocumentActionInitiateResponse
public DocumentActionInitiateResponse()
-