| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosDeviceType |
IosDeviceType.Builder.build() |
IosDeviceType |
IosDeviceType.withIPad(Boolean iPad)
Returns an immutable copy of
this with just the iPad field
changed. |
IosDeviceType |
IosDeviceType.withIPhoneAndIPod(Boolean iPhoneAndIPod)
Returns an immutable copy of
this with just the iPhoneAndIPod
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected IosDeviceType |
ManagedIOSStoreApp.applicableDeviceType |
protected IosDeviceType |
IosVppApp.applicableDeviceType |
protected IosDeviceType |
ManagedIOSLobApp.applicableDeviceType |
protected IosDeviceType |
IosLobApp.applicableDeviceType |
protected IosDeviceType |
IosStoreApp.applicableDeviceType |
| Modifier and Type | Method and Description |
|---|---|
Optional<IosDeviceType> |
ManagedIOSStoreApp.getApplicableDeviceType()
“The iOS architecture for which this app can run on.”
|
Optional<IosDeviceType> |
IosVppApp.getApplicableDeviceType()
“The applicable iOS Device Type.”
|
Optional<IosDeviceType> |
ManagedIOSLobApp.getApplicableDeviceType()
“The iOS architecture for which this app can run on.”
|
Optional<IosDeviceType> |
IosLobApp.getApplicableDeviceType()
“The iOS architecture for which this app can run on.”
|
Optional<IosDeviceType> |
IosStoreApp.getApplicableDeviceType()
“The iOS architecture for which this app can run on.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedIOSStoreApp.Builder |
ManagedIOSStoreApp.Builder.applicableDeviceType(IosDeviceType applicableDeviceType)
“The iOS architecture for which this app can run on.”
|
IosVppApp.Builder |
IosVppApp.Builder.applicableDeviceType(IosDeviceType applicableDeviceType)
“The applicable iOS Device Type.”
|
ManagedIOSLobApp.Builder |
ManagedIOSLobApp.Builder.applicableDeviceType(IosDeviceType applicableDeviceType)
“The iOS architecture for which this app can run on.”
|
IosLobApp.Builder |
IosLobApp.Builder.applicableDeviceType(IosDeviceType applicableDeviceType)
“The iOS architecture for which this app can run on.”
|
IosStoreApp.Builder |
IosStoreApp.Builder.applicableDeviceType(IosDeviceType applicableDeviceType)
“The iOS architecture for which this app can run on.”
|
ManagedIOSStoreApp |
ManagedIOSStoreApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosVppApp |
IosVppApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
ManagedIOSLobApp |
ManagedIOSLobApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosLobApp |
IosLobApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosStoreApp |
IosStoreApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
Copyright © 2018–2020. All rights reserved.