public class DocumentRelationshipRetrieveResponse extends VaultResponse
Modifier and Type | Class and Description |
---|---|
static class |
DocumentRelationshipRetrieveResponse.Relationship |
VaultResponse.APIResponseError
HTTP_HEADER_CONTENT_DISPOSITION, HTTP_HEADER_CONTENT_TYPE, 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_TRUNCATED_SESSION_ID, HTTP_HEADER_VAULT_USER_ID, HTTP_RESPONSE_FAILURE, HTTP_RESPONSE_SUCCESS
Constructor and Description |
---|
DocumentRelationshipRetrieveResponse() |
Modifier and Type | Method and Description |
---|---|
Object |
getErrorCodes() |
String |
getErrorType() |
List<DocumentRelationshipRetrieveResponse.Relationship> |
getRelationships() |
void |
setErrorCodes(String errorCodes) |
void |
setErrorType(String errorType) |
void |
setRelationships(List<DocumentRelationshipRetrieveResponse.Relationship> relationships) |
getBinaryContent, getErrors, getHeaderContentType, getHeaders, getHeaderVaultBurstLimit, getHeaderVaultBurstLimitRemaining, getHeaderVaultExecutionId, getHeaderVaultId, getHeaderVaultResponseDelay, getHeaderVaultTruncatedSessionId, getHeaderVaultUserId, getHttpHeaderContentDisposition, getOutputFilePath, getResponse, getResponseJSON, getResponseMessage, getResponseStatus, hasErrors, isSuccessful, setBinaryContent, setErrors, setHeaders, setOutputFilePath, setResponse, setResponseMessage, setResponseStatus
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public DocumentRelationshipRetrieveResponse()
public Object getErrorCodes()
public void setErrorCodes(String errorCodes)
public String getErrorType()
public void setErrorType(String errorType)
public List<DocumentRelationshipRetrieveResponse.Relationship> getRelationships()
public void setRelationships(List<DocumentRelationshipRetrieveResponse.Relationship> relationships)
Copyright © 2021. All rights reserved.