| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.Builder.build() |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withApplicationId(String applicationId)
Returns an immutable copy of
this with just the applicationId
field changed. |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withDisplayVersion(String displayVersion)
Returns an immutable copy of
this with just the displayVersion
field changed. |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withMobileAppIntent(MobileAppIntent mobileAppIntent)
Returns an immutable copy of
this with just the mobileAppIntent
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<MobileAppIntentAndStateDetail> |
MobileAppIntentAndState.mobileAppList |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MobileAppIntentAndStateDetail> |
MobileAppIntentAndState.getMobileAppList()
“The list of payload intents and states for the tenant.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndState.Builder |
MobileAppIntentAndState.Builder.mobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)
“The list of payload intents and states for the tenant.”
|
Copyright © 2018–2020. All rights reserved.