Uses of Class
net.webpdf.wsclient.openapi.AdminExecutableStatus
-
Packages that use AdminExecutableStatus Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminExecutableStatus in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminExecutableStatus Modifier and Type Method Description AdminExecutableStatusAdminExecutableStatus. enabled(Boolean enabled)AdminExecutableStatusAdminExecutableStatus. status(AdminExecutableStatusState status)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminExecutableStatus Modifier and Type Method Description @Nullable Map<String,AdminExecutableStatus>AdminWebserviceStatus. getExecutables()Get executablesMethods in net.webpdf.wsclient.openapi with parameters of type AdminExecutableStatus Modifier and Type Method Description AdminWebserviceStatusAdminWebserviceStatus. putExecutablesItem(String key, AdminExecutableStatus executablesItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminExecutableStatus Modifier and Type Method Description AdminWebserviceStatusAdminWebserviceStatus. executables(Map<String,AdminExecutableStatus> executables)voidAdminWebserviceStatus. setExecutables(Map<String,AdminExecutableStatus> executables)
-