| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserPrintUsageSummary> |
OverallPrintUsageSummary.topUsers |
| Modifier and Type | Method and Description |
|---|---|
UserPrintUsageSummary |
UserPrintUsageSummary.Builder.build() |
UserPrintUsageSummary |
UserPrintUsageSummary.withCompletedJobCount(Integer completedJobCount) |
UserPrintUsageSummary |
UserPrintUsageSummary.withIncompleteJobCount(Integer incompleteJobCount) |
UserPrintUsageSummary |
UserPrintUsageSummary.withUser(Identity user) |
UserPrintUsageSummary |
UserPrintUsageSummary.withUserDisplayName(String userDisplayName) |
UserPrintUsageSummary |
UserPrintUsageSummary.withUserPrincipalName(String userPrincipalName) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
OverallPrintUsageSummary.Builder |
OverallPrintUsageSummary.Builder.topUsers(UserPrintUsageSummary... topUsers) |
| Modifier and Type | Method and Description |
|---|---|
OverallPrintUsageSummary.Builder |
OverallPrintUsageSummary.Builder.topUsers(List<UserPrintUsageSummary> topUsers) |
| Modifier and Type | Method and 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) |
Copyright © 2018–2020. All rights reserved.