Class IosDeviceType.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosDeviceType.Builder
-
- Enclosing class:
- IosDeviceType
public static final class IosDeviceType.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosDeviceTypebuild()IosDeviceType.BuilderiPad(Boolean iPad)“Whether the app should run on iPads.”IosDeviceType.BuilderiPhoneAndIPod(Boolean iPhoneAndIPod)“Whether the app should run on iPhones and iPods.”
-
-
-
Method Detail
-
iPad
public IosDeviceType.Builder iPad(Boolean iPad)
“Whether the app should run on iPads.”- Parameters:
iPad- value ofiPadproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
iPhoneAndIPod
public IosDeviceType.Builder iPhoneAndIPod(Boolean iPhoneAndIPod)
“Whether the app should run on iPhones and iPods.”- Parameters:
iPhoneAndIPod- value ofiPhoneAndIPodproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosDeviceType build()
-
-