Class PrintJobRedirectParameterSet

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

public class PrintJobRedirectParameterSet extends Object
The class for the Print Job Redirect Parameter Set.
  • Field Details

    • destinationPrinterId

      @SerializedName(value="destinationPrinterId", alternate="DestinationPrinterId") @Expose @Nullable public String destinationPrinterId
      The destination Printer Id.
    • configuration

      @SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public PrintJobConfiguration configuration
      The configuration.
  • Constructor Details

    • PrintJobRedirectParameterSet

      public PrintJobRedirectParameterSet()
      Instiaciates a new PrintJobRedirectParameterSet
    • PrintJobRedirectParameterSet

      protected PrintJobRedirectParameterSet(@Nonnull PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder builder)
      Instiaciates a new PrintJobRedirectParameterSet
      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