Uses of Class
net.webpdf.wsclient.openapi.OperationMergeFileData.FormatEnum
-
Packages that use OperationMergeFileData.FormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationMergeFileData.FormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationMergeFileData.FormatEnum Modifier and Type Method Description static OperationMergeFileData.FormatEnumOperationMergeFileData.FormatEnum. fromValue(String value)@Nullable OperationMergeFileData.FormatEnumOperationMergeFileData. getFormat()Specifies the format how to pass the documents to be used for mergingstatic OperationMergeFileData.FormatEnumOperationMergeFileData.FormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationMergeFileData.FormatEnum[]OperationMergeFileData.FormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationMergeFileData.FormatEnum Modifier and Type Method Description OperationMergeFileDataOperationMergeFileData. format(OperationMergeFileData.FormatEnum format)voidOperationMergeFileData. setFormat(OperationMergeFileData.FormatEnum format)
-