Class ReportRoot

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ReportRoot
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ReportRoot extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Report Root.
  • Field Details

    • dailyPrintUsageByPrinter

      @SerializedName(value="dailyPrintUsageByPrinter", alternate="DailyPrintUsageByPrinter") @Expose @Nullable public PrintUsageByPrinterCollectionPage dailyPrintUsageByPrinter
      The Daily Print Usage By Printer.
    • dailyPrintUsageByUser

      @SerializedName(value="dailyPrintUsageByUser", alternate="DailyPrintUsageByUser") @Expose @Nullable public PrintUsageByUserCollectionPage dailyPrintUsageByUser
      The Daily Print Usage By User.
    • monthlyPrintUsageByPrinter

      @SerializedName(value="monthlyPrintUsageByPrinter", alternate="MonthlyPrintUsageByPrinter") @Expose @Nullable public PrintUsageByPrinterCollectionPage monthlyPrintUsageByPrinter
      The Monthly Print Usage By Printer.
    • monthlyPrintUsageByUser

      @SerializedName(value="monthlyPrintUsageByUser", alternate="MonthlyPrintUsageByUser") @Expose @Nullable public PrintUsageByUserCollectionPage monthlyPrintUsageByUser
      The Monthly Print Usage By User.
    • security

      @SerializedName(value="security", alternate="Security") @Expose @Nullable public SecurityReportsRoot security
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to