Class PrintUsage

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PrintUsage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
PrintUsageByPrinter, PrintUsageByUser

public class PrintUsage extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Print Usage.
  • Field Details

    • blackAndWhitePageCount

      @SerializedName(value="blackAndWhitePageCount", alternate="BlackAndWhitePageCount") @Expose @Nullable public Long blackAndWhitePageCount
      The Black And White Page Count.
    • colorPageCount

      @SerializedName(value="colorPageCount", alternate="ColorPageCount") @Expose @Nullable public Long colorPageCount
      The Color Page Count.
    • completedBlackAndWhiteJobCount

      @SerializedName(value="completedBlackAndWhiteJobCount", alternate="CompletedBlackAndWhiteJobCount") @Expose @Nullable public Long completedBlackAndWhiteJobCount
      The Completed Black And White Job Count.
    • completedColorJobCount

      @SerializedName(value="completedColorJobCount", alternate="CompletedColorJobCount") @Expose @Nullable public Long completedColorJobCount
      The Completed Color Job Count.
    • completedJobCount

      @SerializedName(value="completedJobCount", alternate="CompletedJobCount") @Expose @Nullable public Long completedJobCount
      The Completed Job Count.
    • doubleSidedSheetCount

      @SerializedName(value="doubleSidedSheetCount", alternate="DoubleSidedSheetCount") @Expose @Nullable public Long doubleSidedSheetCount
      The Double Sided Sheet Count.
    • incompleteJobCount

      @SerializedName(value="incompleteJobCount", alternate="IncompleteJobCount") @Expose @Nullable public Long incompleteJobCount
      The Incomplete Job Count.
    • mediaSheetCount

      @SerializedName(value="mediaSheetCount", alternate="MediaSheetCount") @Expose @Nullable public Long mediaSheetCount
      The Media Sheet Count.
    • pageCount

      @SerializedName(value="pageCount", alternate="PageCount") @Expose @Nullable public Long pageCount
      The Page Count.
    • singleSidedSheetCount

      @SerializedName(value="singleSidedSheetCount", alternate="SingleSidedSheetCount") @Expose @Nullable public Long singleSidedSheetCount
      The Single Sided Sheet Count.
    • usageDate

      @SerializedName(value="usageDate", alternate="UsageDate") @Expose @Nullable public com.microsoft.graph.core.DateOnly usageDate
      The Usage Date.
  • Constructor Details

    • PrintUsage

      public PrintUsage()
  • 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