| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidManagedAppRegistration
“The ManagedAppRegistration resource represents the details of an app, with
management capability, used by a member of the organization.”
|
class |
IosManagedAppRegistration
“The ManagedAppRegistration resource represents the details of an app, with
management capability, used by a member of the organization.”
|
| Modifier and Type | Method and Description |
|---|---|
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.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.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. |
Copyright © 2018–2020. All rights reserved.