public static final class PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
reason
The reason parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
PrintJobAbortParameterSetBuilder()
Instanciates a new PrintJobAbortParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
PrintJobAbortParameterSet |
build()
Buils the resulting body object to be passed to the request
|
PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder |
withReason(java.lang.String val)
Sets the Reason
|
@Nullable protected PrintJobAbortParameterSetBuilder()
@Nonnull public PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder withReason(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public PrintJobAbortParameterSet build()