| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<MobileAppSupportedDeviceType> |
MobileAppIntentAndStateDetail.supportedDeviceTypes |
| Modifier and Type | Method and Description |
|---|---|
MobileAppSupportedDeviceType |
MobileAppSupportedDeviceType.Builder.build() |
MobileAppSupportedDeviceType |
MobileAppSupportedDeviceType.withMaximumOperatingSystemVersion(String maximumOperatingSystemVersion)
Returns an immutable copy of
this with just the maximumOperatingSystemVersion field changed. |
MobileAppSupportedDeviceType |
MobileAppSupportedDeviceType.withMinimumOperatingSystemVersion(String minimumOperatingSystemVersion)
Returns an immutable copy of
this with just the minimumOperatingSystemVersion field changed. |
MobileAppSupportedDeviceType |
MobileAppSupportedDeviceType.withType(DeviceType type)
Returns an immutable copy of
this with just the type field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MobileAppSupportedDeviceType> |
MobileAppIntentAndStateDetail.getSupportedDeviceTypes()
“The supported platforms for the app.”
|
com.github.davidmoten.odata.client.CollectionPage<MobileAppSupportedDeviceType> |
MobileAppIntentAndStateDetail.getSupportedDeviceTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The supported platforms for the app.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndStateDetail.Builder |
MobileAppIntentAndStateDetail.Builder.supportedDeviceTypes(MobileAppSupportedDeviceType... supportedDeviceTypes)
“The supported platforms for the app.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndStateDetail.Builder |
MobileAppIntentAndStateDetail.Builder.supportedDeviceTypes(List<MobileAppSupportedDeviceType> supportedDeviceTypes)
“The supported platforms for the app.”
|
Copyright © 2018–2020. All rights reserved.