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