| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ResultantAppState |
MobileAppRelationshipState.installState |
protected ResultantAppState |
MobileAppIntentAndStateDetail.installState |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResultantAppState> |
MobileAppRelationshipState.getInstallState()
“The install state of the app of target app.”
|
Optional<ResultantAppState> |
MobileAppIntentAndStateDetail.getInstallState()
“The install state of the app.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.installState(ResultantAppState installState)
“The install state of the app of target app.”
|
MobileAppIntentAndStateDetail.Builder |
MobileAppIntentAndStateDetail.Builder.installState(ResultantAppState installState)
“The install state of the app.”
|
MobileAppRelationshipState |
MobileAppRelationshipState.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
MobileAppIntentAndStateDetail |
MobileAppIntentAndStateDetail.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected ResultantAppState |
MobileAppInstallStatus.installState |
protected ResultantAppState |
MobileAppInstallStatus.mobileAppInstallStatusValue |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResultantAppState> |
MobileAppInstallStatus.getInstallState()
“The install state of the app.”
|
Optional<ResultantAppState> |
MobileAppInstallStatus.getMobileAppInstallStatusValue()
“The install state of the app.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppInstallStatus.Builder |
MobileAppInstallStatus.Builder.installState(ResultantAppState installState)
“The install state of the app.”
|
MobileAppInstallStatus.Builder |
MobileAppInstallStatus.Builder.mobileAppInstallStatusValue(ResultantAppState mobileAppInstallStatusValue)
“The install state of the app.”
|
MobileAppInstallStatus |
MobileAppInstallStatus.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withMobileAppInstallStatusValue(ResultantAppState mobileAppInstallStatusValue)
Returns an immutable copy of
this with just the mobileAppInstallStatusValue field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ResultantAppState |
ResultantAppState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultantAppState[] |
ResultantAppState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.