public class SignedDocumentDelivery extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<External> |
_destinations |
protected List<Document> |
_excludedDocuments |
protected String |
_filePrefix |
protected String |
_fileSuffix |
static String |
FIELD_DESTINATIONS |
static String |
FIELD_EXCLUDEDDOCUMENTS |
static String |
FIELD_FILEPREFIX |
static String |
FIELD_FILESUFFIX |
| Constructor and Description |
|---|
SignedDocumentDelivery() |
| Modifier and Type | Method and Description |
|---|---|
SignedDocumentDelivery |
addDestination(External value) |
SignedDocumentDelivery |
addExcludedDocument(Document value) |
List<External> |
getDestinations() |
List<Document> |
getExcludedDocuments() |
String |
getFilePrefix() |
String |
getFileSuffix() |
SignedDocumentDelivery |
safeSetDestinations(List<External> value) |
SignedDocumentDelivery |
safeSetExcludedDocuments(List<Document> value) |
SignedDocumentDelivery |
safeSetFilePrefix(String value) |
SignedDocumentDelivery |
safeSetFileSuffix(String value) |
SignedDocumentDelivery |
setDestinations(List<External> value) |
SignedDocumentDelivery |
setExcludedDocuments(List<Document> value) |
SignedDocumentDelivery |
setFilePrefix(String value) |
SignedDocumentDelivery |
setFileSuffix(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_DESTINATIONS
public static final String FIELD_EXCLUDEDDOCUMENTS
public static final String FIELD_FILEPREFIX
public static final String FIELD_FILESUFFIX
protected String _filePrefix
protected String _fileSuffix
public SignedDocumentDelivery setDestinations(List<External> value)
public SignedDocumentDelivery safeSetDestinations(List<External> value)
public SignedDocumentDelivery addDestination(External value)
public SignedDocumentDelivery setExcludedDocuments(List<Document> value)
public SignedDocumentDelivery safeSetExcludedDocuments(List<Document> value)
public SignedDocumentDelivery addExcludedDocument(Document value)
public SignedDocumentDelivery setFilePrefix(String value)
public SignedDocumentDelivery safeSetFilePrefix(String value)
public String getFilePrefix()
public SignedDocumentDelivery setFileSuffix(String value)
public SignedDocumentDelivery safeSetFileSuffix(String value)
public String getFileSuffix()
Copyright 2022 OneSpan All rights reserved.