Uses of Class
net.webpdf.wsclient.openapi.AdminServerCheckMode
-
Packages that use AdminServerCheckMode Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminServerCheckMode in net.webpdf.wsclient.openapi
Fields in net.webpdf.wsclient.openapi declared as AdminServerCheckMode Modifier and Type Field Description protected AdminServerCheckModeAdminServerCheck. checkTypeMethods in net.webpdf.wsclient.openapi that return AdminServerCheckMode Modifier and Type Method Description static AdminServerCheckModeAdminServerCheckMode. fromValue(String value)@NotNull AdminServerCheckModeAdminServerCheck. getCheckType()Get checkTypestatic AdminServerCheckModeAdminServerCheckMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminServerCheckMode[]AdminServerCheckMode. 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 AdminServerCheckMode Modifier and Type Method Description AdminServerCheckAdminServerCheck. checkType(AdminServerCheckMode checkType)voidAdminServerCheck. setCheckType(AdminServerCheckMode checkType)
-