Package com.microsoft.graph.models
Class ReportRoot
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ReportRoot
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Report Root.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Daily Print Usage By Printer.The Daily Print Usage By User.The Monthly Print Usage By Printer.The Monthly Print Usage By User.The Security. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
dailyPrintUsageByPrinter
@SerializedName(value="dailyPrintUsageByPrinter", alternate="DailyPrintUsageByPrinter") @Expose @Nullable public PrintUsageByPrinterCollectionPage dailyPrintUsageByPrinterThe Daily Print Usage By Printer. -
dailyPrintUsageByUser
@SerializedName(value="dailyPrintUsageByUser", alternate="DailyPrintUsageByUser") @Expose @Nullable public PrintUsageByUserCollectionPage dailyPrintUsageByUserThe Daily Print Usage By User. -
monthlyPrintUsageByPrinter
@SerializedName(value="monthlyPrintUsageByPrinter", alternate="MonthlyPrintUsageByPrinter") @Expose @Nullable public PrintUsageByPrinterCollectionPage monthlyPrintUsageByPrinterThe Monthly Print Usage By Printer. -
monthlyPrintUsageByUser
@SerializedName(value="monthlyPrintUsageByUser", alternate="MonthlyPrintUsageByUser") @Expose @Nullable public PrintUsageByUserCollectionPage monthlyPrintUsageByUserThe Monthly Print Usage By User. -
security
@SerializedName(value="security", alternate="Security") @Expose @Nullable public SecurityReportsRoot securityThe Security.
-
-
Constructor Details
-
ReportRoot
public ReportRoot()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-