Uses of Class
odata.msgraph.client.beta.complex.GroupPrintUsageSummary
-
Packages that use GroupPrintUsageSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of GroupPrintUsageSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return GroupPrintUsageSummary Modifier and Type Method Description GroupPrintUsageSummaryGroupPrintUsageSummary.Builder. build()GroupPrintUsageSummaryGroupPrintUsageSummary. withCompletedJobCount(Integer completedJobCount)GroupPrintUsageSummaryGroupPrintUsageSummary. withGroup(Identity group)GroupPrintUsageSummaryGroupPrintUsageSummary. withGroupDisplayName(String groupDisplayName)GroupPrintUsageSummaryGroupPrintUsageSummary. withGroupMail(String groupMail)GroupPrintUsageSummaryGroupPrintUsageSummary. withIncompleteJobCount(Integer incompleteJobCount)GroupPrintUsageSummaryGroupPrintUsageSummary. withUnmappedField(String name, String value) -
Uses of GroupPrintUsageSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type GroupPrintUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GroupPrintUsageSummary>ReportRootCollectionRequest. getGroupPrintUsageSummary(String groupId, OffsetDateTime periodStart, OffsetDateTime periodEnd)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<GroupPrintUsageSummary>ReportRootCollectionRequest. getPrintUsageSummariesByGroup(OffsetDateTime periodStart, OffsetDateTime periodEnd)
-