public static final class IosDeviceType.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
IosDeviceType |
build() |
IosDeviceType.Builder |
iPad(Boolean iPad)
“Whether the app should run on iPads.”
|
IosDeviceType.Builder |
iPhoneAndIPod(Boolean iPhoneAndIPod)
“Whether the app should run on iPhones and iPods.”
|
public IosDeviceType.Builder iPad(Boolean iPad)
iPad - value of iPad property (as defined in service metadata)this (for method chaining)public IosDeviceType.Builder iPhoneAndIPod(Boolean iPhoneAndIPod)
iPhoneAndIPod - value of iPhoneAndIPod property (as defined in service metadata)this (for method chaining)public IosDeviceType build()
Copyright © 2018–2020. All rights reserved.