Uses of Class
odata.msgraph.client.beta.complex.UserPrintUsageSummary
-
Packages that use UserPrintUsageSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of UserPrintUsageSummary in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type UserPrintUsageSummary Modifier and Type Field Description protected List<UserPrintUsageSummary>OverallPrintUsageSummary. topUsersMethods in odata.msgraph.client.beta.complex that return UserPrintUsageSummary Modifier and Type Method Description UserPrintUsageSummaryUserPrintUsageSummary.Builder. build()UserPrintUsageSummaryUserPrintUsageSummary. withCompletedJobCount(Integer completedJobCount)UserPrintUsageSummaryUserPrintUsageSummary. withIncompleteJobCount(Integer incompleteJobCount)UserPrintUsageSummaryUserPrintUsageSummary. withUnmappedField(String name, String value)UserPrintUsageSummaryUserPrintUsageSummary. withUser(Identity user)UserPrintUsageSummaryUserPrintUsageSummary. withUserDisplayName(String userDisplayName)UserPrintUsageSummaryUserPrintUsageSummary. withUserPrincipalName(String userPrincipalName)Methods in odata.msgraph.client.beta.complex that return types with arguments of type UserPrintUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary>OverallPrintUsageSummary. getTopUsers()com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary>OverallPrintUsageSummary. getTopUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type UserPrintUsageSummary Modifier and Type Method Description OverallPrintUsageSummary.BuilderOverallPrintUsageSummary.Builder. topUsers(UserPrintUsageSummary... topUsers)Method parameters in odata.msgraph.client.beta.complex with type arguments of type UserPrintUsageSummary Modifier and Type Method Description OverallPrintUsageSummary.BuilderOverallPrintUsageSummary.Builder. topUsers(List<UserPrintUsageSummary> topUsers) -
Uses of UserPrintUsageSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type UserPrintUsageSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<UserPrintUsageSummary>ReportRootCollectionRequest. getPrintUsageSummariesByUser(OffsetDateTime periodStart, OffsetDateTime periodEnd)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<UserPrintUsageSummary>ReportRootCollectionRequest. getUserPrintUsageSummary(String userId, OffsetDateTime periodStart, OffsetDateTime periodEnd)
-