| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.Builder.build() |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withSettingCount(Integer settingCount)
Returns an immutable copy of
this with just the settingCount
field changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withState(ComplianceStatus state)
Returns an immutable copy of
this with just the state field
changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
ManagedDeviceMobileAppConfigurationState |
ManagedDeviceMobileAppConfigurationState.withVersion(Integer version)
Returns an immutable copy of
this with just the version field
changed. |
Copyright © 2018–2020. All rights reserved.