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.withUnmappedField(String name,
String value) |
|
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.
|