Uses of Class
net.webpdf.wsclient.openapi.AdminServerOS
-
Packages that use AdminServerOS Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminServerOS in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminServerOS Modifier and Type Method Description static AdminServerOSAdminServerOS. fromValue(String value)@Nullable AdminServerOSAdminServerVersionInfo. getServerPlatform()Get serverPlatformstatic AdminServerOSAdminServerOS. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminServerOS[]AdminServerOS. 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 AdminServerOS Modifier and Type Method Description AdminServerVersionInfoAdminServerVersionInfo. serverPlatform(AdminServerOS serverPlatform)voidAdminServerVersionInfo. setServerPlatform(AdminServerOS serverPlatform)
-