Uses of Class
net.webpdf.wsclient.openapi.AdminAggregationServerState
-
Packages that use AdminAggregationServerState Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminAggregationServerState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminAggregationServerState Modifier and Type Method Description static AdminAggregationServerStateAdminAggregationServerState. fromValue(String value)static AdminAggregationServerStateAdminAggregationServerState. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminAggregationServerState[]AdminAggregationServerState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AdminAggregationServerState in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration with parameters of type AdminAggregationServerState Modifier and Type Method Description @NotNull AdminStatisticAbstractAdministrationManager. fetchServerStatistic(@NotNull AdminDataSourceServerState dataSource, @NotNull AdminAggregationServerState aggregation, @NotNull List<Webservice> webservices, @NotNull Date start, @NotNull Date end)(Experimental Web service)@NotNull AdminStatisticAdministrationManager. fetchServerStatistic(@NotNull AdminDataSourceServerState dataSource, @NotNull AdminAggregationServerState aggregation, @NotNull List<Webservice> webservices, @NotNull Date start, @NotNull Date end)(Experimental Web service)
-