ManagedAppRegistration |
ManagedAppRegistration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagedAppRegistration |
ManagedAppRegistration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagedAppRegistration |
ManagedAppRegistration.withAppIdentifier(MobileAppIdentifier appIdentifier) |
Returns an immutable copy of this with just the appIdentifier
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withApplicationVersion(String applicationVersion) |
Returns an immutable copy of this with just the
applicationVersion field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withAzureADDeviceId(String azureADDeviceId) |
Returns an immutable copy of this with just the azureADDeviceId
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withDeviceManufacturer(String deviceManufacturer) |
Returns an immutable copy of this with just the
deviceManufacturer field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withDeviceModel(String deviceModel) |
Returns an immutable copy of this with just the deviceModel
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withDeviceName(String deviceName) |
Returns an immutable copy of this with just the deviceName field
changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withDeviceTag(String deviceTag) |
Returns an immutable copy of this with just the deviceTag field
changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withDeviceType(String deviceType) |
Returns an immutable copy of this with just the deviceType field
changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withFlaggedReasons(List<ManagedAppFlaggedReason> flaggedReasons) |
Returns an immutable copy of this with just the flaggedReasons
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) |
Returns an immutable copy of this with just the lastSyncDateTime
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withManagedDeviceId(String managedDeviceId) |
Returns an immutable copy of this with just the managedDeviceId
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withManagementSdkVersion(String managementSdkVersion) |
Returns an immutable copy of this with just the
managementSdkVersion field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withPlatformVersion(String platformVersion) |
Returns an immutable copy of this with just the platformVersion
field changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withUnmappedField(String name,
String value) |
|
ManagedAppRegistration |
ManagedAppRegistration.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|
ManagedAppRegistration |
ManagedAppRegistration.withVersion(String version) |
Returns an immutable copy of this with just the version field
changed.
|