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