public class ReportRoot extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintUsageByPrinterCollectionPage |
dailyPrintUsageByPrinter
The Daily Print Usage By Printer.
|
PrintUsageByUserCollectionPage |
dailyPrintUsageByUser
The Daily Print Usage By User.
|
PrintUsageByPrinterCollectionPage |
monthlyPrintUsageByPrinter
The Monthly Print Usage By Printer.
|
PrintUsageByUserCollectionPage |
monthlyPrintUsageByUser
The Monthly Print Usage By User.
|
| Constructor and Description |
|---|
ReportRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="dailyPrintUsageByPrinter",
alternate="DailyPrintUsageByPrinter")
@Expose
@Nullable
public PrintUsageByPrinterCollectionPage dailyPrintUsageByPrinter
@SerializedName(value="dailyPrintUsageByUser",
alternate="DailyPrintUsageByUser")
@Expose
@Nullable
public PrintUsageByUserCollectionPage dailyPrintUsageByUser
@SerializedName(value="monthlyPrintUsageByPrinter",
alternate="MonthlyPrintUsageByPrinter")
@Expose
@Nullable
public PrintUsageByPrinterCollectionPage monthlyPrintUsageByPrinter
@SerializedName(value="monthlyPrintUsageByUser",
alternate="MonthlyPrintUsageByUser")
@Expose
@Nullable
public PrintUsageByUserCollectionPage monthlyPrintUsageByUser
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to