public class OverallPrintUsageSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OverallPrintUsageSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activePrintersCount |
protected Integer |
activeUsersCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
daysInPeriod |
protected String |
odataType |
protected List<PrinterUsageSummary> |
topPrinters |
protected String |
topPrintersNextLink |
protected List<UserPrintUsageSummary> |
topUsers |
protected String |
topUsersNextLink |
protected Integer |
totalIncompleteJobs |
protected Integer |
totalJobsProcessed |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OverallPrintUsageSummary() |
| Modifier and Type | Method and Description |
|---|---|
static OverallPrintUsageSummary.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getActivePrintersCount() |
Optional<Integer> |
getActiveUsersCount() |
Optional<Integer> |
getDaysInPeriod() |
com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary> |
getTopPrinters() |
com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary> |
getTopPrinters(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary> |
getTopUsers() |
com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary> |
getTopUsers(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Integer> |
getTotalIncompleteJobs() |
Optional<Integer> |
getTotalJobsProcessed() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OverallPrintUsageSummary |
withActivePrintersCount(Integer activePrintersCount) |
OverallPrintUsageSummary |
withActiveUsersCount(Integer activeUsersCount) |
OverallPrintUsageSummary |
withDaysInPeriod(Integer daysInPeriod) |
OverallPrintUsageSummary |
withTotalIncompleteJobs(Integer totalIncompleteJobs) |
OverallPrintUsageSummary |
withTotalJobsProcessed(Integer totalJobsProcessed) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected List<UserPrintUsageSummary> topUsers
protected String topUsersNextLink
protected List<PrinterUsageSummary> topPrinters
protected String topPrintersNextLink
protected Integer daysInPeriod
protected Integer activeUsersCount
protected Integer activePrintersCount
protected Integer totalJobsProcessed
protected Integer totalIncompleteJobs
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary> getTopUsers()
public com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary> getTopUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary> getTopPrinters()
public com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary> getTopPrinters(com.github.davidmoten.odata.client.HttpRequestOptions options)
public OverallPrintUsageSummary withDaysInPeriod(Integer daysInPeriod)
public OverallPrintUsageSummary withActiveUsersCount(Integer activeUsersCount)
public OverallPrintUsageSummary withActivePrintersCount(Integer activePrintersCount)
public OverallPrintUsageSummary withTotalJobsProcessed(Integer totalJobsProcessed)
public OverallPrintUsageSummary withTotalIncompleteJobs(Integer totalIncompleteJobs)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OverallPrintUsageSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.