Uses of Class
odata.msgraph.client.beta.complex.OverallPrintUsageSummary
-
Packages that use OverallPrintUsageSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of OverallPrintUsageSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OverallPrintUsageSummary Modifier and Type Method Description OverallPrintUsageSummaryOverallPrintUsageSummary.Builder. build()OverallPrintUsageSummaryOverallPrintUsageSummary. withActivePrintersCount(Integer activePrintersCount)OverallPrintUsageSummaryOverallPrintUsageSummary. withActiveUsersCount(Integer activeUsersCount)OverallPrintUsageSummaryOverallPrintUsageSummary. withDaysInPeriod(Integer daysInPeriod)OverallPrintUsageSummaryOverallPrintUsageSummary. withTotalIncompleteJobs(Integer totalIncompleteJobs)OverallPrintUsageSummaryOverallPrintUsageSummary. withTotalJobsProcessed(Integer totalJobsProcessed)OverallPrintUsageSummaryOverallPrintUsageSummary. withUnmappedField(String name, String value) -
Uses of OverallPrintUsageSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type OverallPrintUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OverallPrintUsageSummary>ReportRootCollectionRequest. getOverallPrintUsageSummary(OffsetDateTime periodStart, OffsetDateTime periodEnd, Integer topListsSize)
-