public static class TokenRequestBasedPrintJob.Builder extends PrintJob.Builder
Modifier and Type | Field and Description |
---|---|
protected String |
reason |
protected TokenRequest |
tokenRequest |
flags, printToAny
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrintJob |
build() |
TokenRequestBasedPrintJob.Builder |
reason(String reason) |
TokenRequestBasedPrintJob.Builder |
tokenRequest(TokenRequest tokenRequest) |
flag, flags, includePrintGroups, printJob, printToAny
protected TokenRequest tokenRequest
protected String reason
public TokenRequestBasedPrintJob.Builder tokenRequest(TokenRequest tokenRequest)
public TokenRequestBasedPrintJob.Builder reason(String reason)
public PrintJob build()
build
in class PrintJob.Builder