Package com.microsoft.graph.models
Class PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder
- Enclosing class:
PrintJobAbortParameterSet
Fluent builder for the PrintJobAbortParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new PrintJobAbortParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithReason
(String val) Sets the Reason
-
Field Details
-
reason
The reason parameter value
-
-
Constructor Details
-
PrintJobAbortParameterSetBuilder
@Nullable protected PrintJobAbortParameterSetBuilder()Instanciates a new PrintJobAbortParameterSetBuilder
-
-
Method Details
-
withReason
@Nonnull public PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder withReason(@Nullable String val) Sets the Reason- 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
-