public class DocumentClassificationResponse extends VaultResponse
Modifier and Type | Class and Description |
---|---|
static class |
DocumentClassificationResponse.AvailableLifecycle |
static class |
DocumentClassificationResponse.RelationshipType |
static class |
DocumentClassificationResponse.Template |
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 |
---|
DocumentClassificationResponse() |
Modifier and Type | Method and Description |
---|---|
List<DocumentClassificationResponse.AvailableLifecycle> |
getAvailableLifecycles() |
List<Object> |
getDefaultWorkflows() |
String |
getLabel() |
String |
getName() |
List<DocumentField> |
getProperties() |
List<DocumentClassificationResponse.RelationshipType> |
getRelationshipTypes() |
List<String> |
getRenditions() |
List<DocumentClassificationResponse.Template> |
getTemplates() |
void |
setAvailableLifecycles(List<DocumentClassificationResponse.AvailableLifecycle> availableLifecycles) |
void |
setDefaultWorkflows(List<Object> defaultWorkflows) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setProperties(List<DocumentField> properties) |
void |
setRelationshipTypes(List<DocumentClassificationResponse.RelationshipType> relationshipTypes) |
void |
setRenditions(List<String> renditions) |
void |
setTemplates(List<DocumentClassificationResponse.Template> templates) |
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 List<DocumentClassificationResponse.AvailableLifecycle> getAvailableLifecycles()
public void setAvailableLifecycles(List<DocumentClassificationResponse.AvailableLifecycle> availableLifecycles)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public List<DocumentField> getProperties()
public void setProperties(List<DocumentField> properties)
public List<DocumentClassificationResponse.RelationshipType> getRelationshipTypes()
public void setRelationshipTypes(List<DocumentClassificationResponse.RelationshipType> relationshipTypes)
public List<DocumentClassificationResponse.Template> getTemplates()
public void setTemplates(List<DocumentClassificationResponse.Template> templates)
Copyright © 2021. All rights reserved.