Class PrinterCreateParameterSet

java.lang.Object
com.microsoft.graph.models.PrinterCreateParameterSet

public class PrinterCreateParameterSet extends Object
The class for the Printer Create Parameter Set.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The display Name.
    • manufacturer

      @SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturer
      The manufacturer.
    • model

      @SerializedName(value="model", alternate="Model") @Expose @Nullable public String model
      The model.
    • physicalDeviceId

      @SerializedName(value="physicalDeviceId", alternate="PhysicalDeviceId") @Expose @Nullable public String physicalDeviceId
      The physical Device Id.
    • hasPhysicalDevice

      @SerializedName(value="hasPhysicalDevice", alternate="HasPhysicalDevice") @Expose @Nullable public Boolean hasPhysicalDevice
      The has Physical Device.
    • certificateSigningRequest

      @SerializedName(value="certificateSigningRequest", alternate="CertificateSigningRequest") @Expose @Nullable public PrintCertificateSigningRequest certificateSigningRequest
      The certificate Signing Request.
    • connectorId

      @SerializedName(value="connectorId", alternate="ConnectorId") @Expose @Nullable public String connectorId
      The connector Id.
  • Constructor Details

    • PrinterCreateParameterSet

      public PrinterCreateParameterSet()
      Instiaciates a new PrinterCreateParameterSet
    • PrinterCreateParameterSet

      protected PrinterCreateParameterSet(@Nonnull PrinterCreateParameterSet.PrinterCreateParameterSetBuilder builder)
      Instiaciates a new PrinterCreateParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request