Uses of Class
net.webpdf.wsclient.openapi.AdminExecutableName
-
Packages that use AdminExecutableName Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminExecutableName in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminExecutableName Modifier and Type Method Description static AdminExecutableNameAdminExecutableName. fromValue(String value)static AdminExecutableNameAdminExecutableName. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminExecutableName[]AdminExecutableName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminExecutableName Modifier and Type Method Description @Nullable List<AdminExecutableName>AdminExecutableApplicationCheck. getExecutables()Get executablesMethods in net.webpdf.wsclient.openapi with parameters of type AdminExecutableName Modifier and Type Method Description AdminExecutableApplicationCheckAdminExecutableApplicationCheck. addExecutablesItem(AdminExecutableName executablesItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminExecutableName Modifier and Type Method Description AdminExecutableApplicationCheckAdminExecutableApplicationCheck. executables(List<AdminExecutableName> executables)voidAdminExecutableApplicationCheck. setExecutables(List<AdminExecutableName> executables) -
Uses of AdminExecutableName in net.webpdf.wsclient.session.rest.administration
Method parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type AdminExecutableName Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. testExecutables(@NotNull ApplicationConfigApplication configuration, @NotNull List<AdminExecutableName> executables)This is a shortcut function to validateApplicationConfigApplicationconfiguration executables@NotNull AdminConfigurationResultAdministrationManager. testExecutables(@NotNull ApplicationConfigApplication configuration, @NotNull List<AdminExecutableName> executables)This is a shortcut function to validateApplicationConfigApplicationconfiguration executables
-