Package com.microsoft.graph.models
Class PrintJobRedirectParameterSet
java.lang.Object
com.microsoft.graph.models.PrintJobRedirectParameterSet
The class for the Print Job Redirect Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the PrintJobRedirectParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe configuration.The destination Printer Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PrintJobRedirectParameterSetprotectedPrintJobRedirectParameterSet(PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder builder) Instiaciates a new PrintJobRedirectParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
destinationPrinterId
@SerializedName(value="destinationPrinterId", alternate="DestinationPrinterId") @Expose @Nullable public String destinationPrinterIdThe destination Printer Id. -
configuration
@SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public PrintJobConfiguration configurationThe 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
@Nonnull public static PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-