public class GetUploadedDocumentsResponse extends Object
| Constructor and Description |
|---|
GetUploadedDocumentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetUploadedDocumentsResponse |
addDocumentDetail(DocumentDetail documentDetail)
Add documentDetail to the documentDetailsContainers and documentDetails list
|
boolean |
equals(Object o) |
List<DocumentDetail> |
getDocumentDetails()
Populate the virtual documentDetails to bypass the documentDetailsContainers list
|
String |
getPspReference()
psp reference
|
Boolean |
getSubmittedAsync()
Get submittedAsync
|
int |
hashCode() |
GetUploadedDocumentsResponse |
pspReference(String pspReference) |
void |
setDocumentDetails(List<DocumentDetail> documentDetails)
Creating a new documentDetails list
|
void |
setPspReference(String pspReference) |
void |
setSubmittedAsync(Boolean submittedAsync) |
GetUploadedDocumentsResponse |
submittedAsync(Boolean submittedAsync) |
String |
toString() |
public List<DocumentDetail> getDocumentDetails()
public void setDocumentDetails(List<DocumentDetail> documentDetails)
documentDetails - documentDetailspublic GetUploadedDocumentsResponse addDocumentDetail(DocumentDetail documentDetail)
documentDetail - documentDetailpublic GetUploadedDocumentsResponse submittedAsync(Boolean submittedAsync)
public Boolean getSubmittedAsync()
public void setSubmittedAsync(Boolean submittedAsync)
public GetUploadedDocumentsResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
Copyright © 2019. All rights reserved.