Uses of Class
net.webpdf.wsclient.openapi.OperationViewerPreferences.DuplexEnum
-
Packages that use OperationViewerPreferences.DuplexEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationViewerPreferences.DuplexEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationViewerPreferences.DuplexEnum Modifier and Type Method Description static OperationViewerPreferences.DuplexEnumOperationViewerPreferences.DuplexEnum. fromValue(String value)@Nullable OperationViewerPreferences.DuplexEnumOperationViewerPreferences. getDuplex()Sets whether and how pages are to be printed on both sides.static OperationViewerPreferences.DuplexEnumOperationViewerPreferences.DuplexEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationViewerPreferences.DuplexEnum[]OperationViewerPreferences.DuplexEnum. 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 OperationViewerPreferences.DuplexEnum Modifier and Type Method Description OperationViewerPreferencesOperationViewerPreferences. duplex(OperationViewerPreferences.DuplexEnum duplex)voidOperationViewerPreferences. setDuplex(OperationViewerPreferences.DuplexEnum duplex)
-