Package com.microsoft.graph.models
Class PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder
- Enclosing class:
PrintJobRedirectParameterSet
public static final class PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder
extends Object
Fluent builder for the PrintJobRedirectParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PrintJobConfigurationThe configuration parameter valueprotected StringThe destinationPrinterId parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new PrintJobRedirectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the ConfigurationSets the DestinationPrinterId
-
Field Details
-
destinationPrinterId
The destinationPrinterId parameter value -
configuration
The configuration parameter value
-
-
Constructor Details
-
PrintJobRedirectParameterSetBuilder
@Nullable protected PrintJobRedirectParameterSetBuilder()Instanciates a new PrintJobRedirectParameterSetBuilder
-
-
Method Details
-
withDestinationPrinterId
@Nonnull public PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder withDestinationPrinterId(@Nullable String val) Sets the DestinationPrinterId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withConfiguration
@Nonnull public PrintJobRedirectParameterSet.PrintJobRedirectParameterSetBuilder withConfiguration(@Nullable PrintJobConfiguration val) Sets the Configuration- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-