Uses of Class
net.webpdf.wsclient.openapi.DocumentStreamingFormat
-
Packages that use DocumentStreamingFormat Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentStreamingFormat in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentStreamingFormat Modifier and Type Method Description static DocumentStreamingFormatDocumentStreamingFormat. fromValue(String value)static DocumentStreamingFormatDocumentStreamingFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentStreamingFormat[]DocumentStreamingFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-