Uses of Class
net.webpdf.wsclient.openapi.OperationFileAttachment
-
Packages that use OperationFileAttachment Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationFileAttachment in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationFileAttachment Modifier and Type Method Description OperationFileAttachmentOperationFileAttachment. annotation(OperationFileAnnotation annotation)OperationFileAttachmentOperationFileAttachment. creator(String creator)OperationFileAttachmentOperationFileAttachment. data(OperationAttachmentFileData data)OperationFileAttachmentOperationFileAttachment. fileName(String fileName)OperationFileAttachmentOperationFileAttachment. mimeType(String mimeType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationFileAttachment Modifier and Type Method Description @Nullable List<OperationFileAttachment>OperationAddToolboxAttachment. getFile()Get _fileMethods in net.webpdf.wsclient.openapi with parameters of type OperationFileAttachment Modifier and Type Method Description OperationAddToolboxAttachmentOperationAddToolboxAttachment. addFileItem(OperationFileAttachment _fileItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationFileAttachment Modifier and Type Method Description OperationAddToolboxAttachmentOperationAddToolboxAttachment. _file(List<OperationFileAttachment> _file)voidOperationAddToolboxAttachment. setFile(List<OperationFileAttachment> _file)
-