Package net.webpdf.wsclient.openapi
Class DocumentFileCompress
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentFileCompress
-
public class DocumentFileCompress extends Object
Contains the instructions for creating the new archive document and the documents to be added to the archive.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVE_FILE_NAMEstatic StringJSON_PROPERTY_DOCUMENT_ID_LISTstatic StringJSON_PROPERTY_FILE_FILTER
-
Constructor Summary
Constructors Constructor Description DocumentFileCompress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentFileCompressaddDocumentIdListItem(String documentIdListItem)DocumentFileCompressarchiveFileName(String archiveFileName)DocumentFileCompressdocumentIdList(List<String> documentIdList)booleanequals(Object o)DocumentFileCompressfileFilter(DocumentFileFilter fileFilter)@Nullable StringgetArchiveFileName()Sets the file name for the archive document.@Nullable List<String>getDocumentIdList()Sets the list of `documentId`s to be added to the archive document.@Nullable DocumentFileFiltergetFileFilter()Get fileFilterinthashCode()voidsetArchiveFileName(String archiveFileName)voidsetDocumentIdList(List<String> documentIdList)voidsetFileFilter(DocumentFileFilter fileFilter)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ARCHIVE_FILE_NAME
public static final String JSON_PROPERTY_ARCHIVE_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DOCUMENT_ID_LIST
public static final String JSON_PROPERTY_DOCUMENT_ID_LIST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE_FILTER
public static final String JSON_PROPERTY_FILE_FILTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
archiveFileName
public DocumentFileCompress archiveFileName(String archiveFileName)
-
getArchiveFileName
@Nullable public @Nullable String getArchiveFileName()
Sets the file name for the archive document.- Returns:
- archiveFileName
-
setArchiveFileName
public void setArchiveFileName(String archiveFileName)
-
documentIdList
public DocumentFileCompress documentIdList(List<String> documentIdList)
-
addDocumentIdListItem
public DocumentFileCompress addDocumentIdListItem(String documentIdListItem)
-
getDocumentIdList
@Nullable public @Nullable List<String> getDocumentIdList()
Sets the list of `documentId`s to be added to the archive document.- Returns:
- documentIdList
-
fileFilter
public DocumentFileCompress fileFilter(DocumentFileFilter fileFilter)
-
getFileFilter
@Nullable public @Nullable DocumentFileFilter getFileFilter()
Get fileFilter- Returns:
- fileFilter
-
setFileFilter
public void setFileFilter(DocumentFileFilter fileFilter)
-
-