Uses of Class
net.webpdf.wsclient.openapi.AdminLogCheck
-
Packages that use AdminLogCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminLogCheck in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminLogCheck Modifier and Type Method Description AdminLogCheckAdminLogCheck. checkType(String checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminLogCheck Modifier and Type Method Description @NotNull List<AdminLogCheck>AdminLogConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminLogCheck Modifier and Type Method Description AdminLogConfigurationAdminLogConfiguration. addConfigurationChecksItem(AdminLogCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminLogCheck Modifier and Type Method Description AdminLogConfigurationAdminLogConfiguration. configurationChecks(List<AdminLogCheck> configurationChecks)voidAdminLogConfiguration. setConfigurationChecks(List<AdminLogCheck> configurationChecks) -
Uses of AdminLogCheck in net.webpdf.wsclient.session.rest.administration
-