Package net.webpdf.wsclient.openapi
Class OperationAddToolboxAttachment
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationAddToolboxAttachment
-
public class OperationAddToolboxAttachment extends Object
Used to add an attachment to the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE
-
Constructor Summary
Constructors Constructor Description OperationAddToolboxAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationAddToolboxAttachment_file(List<OperationFileAttachment> _file)OperationAddToolboxAttachmentaddFileItem(OperationFileAttachment _fileItem)booleanequals(Object o)@Nullable List<OperationFileAttachment>getFile()Get _fileinthashCode()voidsetFile(List<OperationFileAttachment> _file)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
_file
public OperationAddToolboxAttachment _file(List<OperationFileAttachment> _file)
-
addFileItem
public OperationAddToolboxAttachment addFileItem(OperationFileAttachment _fileItem)
-
getFile
@Nullable public @Nullable List<OperationFileAttachment> getFile()
Get _file- Returns:
- _file
-
setFile
public void setFile(List<OperationFileAttachment> _file)
-
-