| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidForWorkMobileAppConfiguration
“Contains properties, inherited properties and actions for AFW mobile app
configurations.”
|
class |
AndroidManagedStoreAppConfiguration
“Contains properties, inherited properties and actions for Android Enterprise
mobile app configurations.”
|
class |
IosMobileAppConfiguration
“Contains properties, inherited properties and actions for iOS mobile app
configurations.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.