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

    • 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.
    • incompleteJobCount

      @SerializedName(value="incompleteJobCount", alternate="IncompleteJobCount") @Expose @Nullable public Long incompleteJobCount
      The Incomplete Job 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