Class PrinterCreateOperation

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrinterCreateOperation extends PrintOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Printer Create Operation.
  • Field Details

    • certificate

      @SerializedName(value="certificate", alternate="Certificate") @Expose @Nullable public String certificate
      The Certificate. The signed certificate created during the registration process. Read-only.
    • printer

      @SerializedName(value="printer", alternate="Printer") @Expose @Nullable public Printer printer
      The Printer. The created printer entity. Read-only.
  • Constructor Details

    • PrinterCreateOperation

      public PrinterCreateOperation()
  • 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 PrintOperation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to