| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
MobileAppRelationshipState |
MobileAppRelationshipState.Builder.build() |
MobileAppRelationshipState |
MobileAppRelationshipState.withDeviceId(String deviceId)
Returns an immutable copy of
this with just the deviceId field
changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withErrorCode(Integer errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withInstallStateDetail(ResultantAppStateDetail installStateDetail)
Returns an immutable copy of
this with just the installStateDetail field changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withTargetDisplayName(String targetDisplayName)
Returns an immutable copy of
this with just the targetDisplayName
field changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withTargetId(String targetId)
Returns an immutable copy of
this with just the targetId field
changed. |
MobileAppRelationshipState |
MobileAppRelationshipState.withTargetLastSyncDateTime(OffsetDateTime targetLastSyncDateTime)
Returns an immutable copy of
this with just the targetLastSyncDateTime field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MobileAppRelationshipState> |
MobileApp.getRelatedAppStates(String userPrincipalName,
String deviceId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MobileAppRelationshipState> |
MobileAppRequest.getRelatedAppStates(String userPrincipalName,
String deviceId) |
Copyright © 2018–2020. All rights reserved.