| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MobileAppInstallStatus |
MobileAppInstallStatus.Builder.build() |
MobileAppInstallStatus |
MobileAppInstallStatus.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MobileAppInstallStatus |
MobileAppInstallStatus.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MobileAppInstallStatus |
MobileAppInstallStatus.withDeviceId(String deviceId)
Returns an immutable copy of
this with just the deviceId field
changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withDisplayVersion(String displayVersion)
Returns an immutable copy of
this with just the displayVersion
field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withErrorCode(Integer errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withInstallState(ResultantAppState installState)
Returns an immutable copy of
this with just the installState
field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withInstallStateDetail(ResultantAppStateDetail installStateDetail)
Returns an immutable copy of
this with just the installStateDetail field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy of
this with just the lastSyncDateTime
field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withMobileAppInstallStatusValue(ResultantAppState mobileAppInstallStatusValue)
Returns an immutable copy of
this with just the mobileAppInstallStatusValue field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withOsDescription(String osDescription)
Returns an immutable copy of
this with just the osDescription
field changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withOsVersion(String osVersion)
Returns an immutable copy of
this with just the osVersion field
changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
MobileAppInstallStatus |
MobileAppInstallStatus.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.