Uses of Class
odata.msgraph.client.beta.complex.PrintUsageSummary
-
Packages that use PrintUsageSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of PrintUsageSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PrintUsageSummary Modifier and Type Method Description PrintUsageSummaryPrintUsageSummary.Builder. build()PrintUsageSummaryPrintUsageSummary. withCompletedJobCount(Integer completedJobCount)PrintUsageSummaryPrintUsageSummary. withIncompleteJobCount(Integer incompleteJobCount)PrintUsageSummaryPrintUsageSummary. withUnmappedField(String name, String value) -
Uses of PrintUsageSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type PrintUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<PrintUsageSummary>ReportRootCollectionRequest. getPrintUsageSummariesByTimeSpan(OffsetDateTime periodStart, OffsetDateTime periodEnd, Integer timeSpanInMinutes)
-