public static final class AirPrintDestination.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
AirPrintDestination |
build() |
AirPrintDestination.Builder |
forceTls(Boolean forceTls)
“If true AirPrint connections are secured by Transport Layer Security (TLS).
|
AirPrintDestination.Builder |
ipAddress(String ipAddress)
“The IP Address of the AirPrint destination.”
|
AirPrintDestination.Builder |
port(Integer port)
“The listening port of the AirPrint destination.
|
AirPrintDestination.Builder |
resourcePath(String resourcePath)
“The Resource Path associated with the printer.
|
public AirPrintDestination.Builder ipAddress(String ipAddress)
ipAddress - value of ipAddress property (as defined in service metadata)this (for method chaining)public AirPrintDestination.Builder resourcePath(String resourcePath)
resourcePath - value of resourcePath property (as defined in service metadata)this (for method chaining)public AirPrintDestination.Builder port(Integer port)
port - value of port property (as defined in service metadata)this (for method chaining)public AirPrintDestination.Builder forceTls(Boolean forceTls)
forceTls - value of forceTls property (as defined in service metadata)this (for method chaining)public AirPrintDestination build()
Copyright © 2018–2020. All rights reserved.