Uses of Class
net.webpdf.wsclient.openapi.AdminExecutableStatusState
-
Packages that use AdminExecutableStatusState Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminExecutableStatusState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminExecutableStatusState Modifier and Type Method Description static AdminExecutableStatusStateAdminExecutableStatusState. fromValue(String value)@Nullable AdminExecutableStatusStateAdminExecutableStatus. getStatus()Get statusstatic AdminExecutableStatusStateAdminExecutableStatusState. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminExecutableStatusState[]AdminExecutableStatusState. 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 AdminExecutableStatusState Modifier and Type Method Description voidAdminExecutableStatus. setStatus(AdminExecutableStatusState status)AdminExecutableStatusAdminExecutableStatus. status(AdminExecutableStatusState status)
-