| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.Builder.build() |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.withAccessLevel(WindowsPrivacyDataAccessLevel accessLevel)
Returns an immutable copy of
this with just the accessLevel
field changed. |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.withAppDisplayName(String appDisplayName)
Returns an immutable copy of
this with just the appDisplayName
field changed. |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.withAppPackageFamilyName(String appPackageFamilyName)
Returns an immutable copy of
this with just the appPackageFamilyName field changed. |
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.withDataCategory(WindowsPrivacyDataCategory dataCategory)
Returns an immutable copy of
this with just the dataCategory
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceConfiguration.windowsPrivacyAccessControls(List<WindowsPrivacyDataAccessControlItem> windowsPrivacyAccessControls) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceConfigurationRequest.windowsPrivacyAccessControls(List<WindowsPrivacyDataAccessControlItem> windowsPrivacyAccessControls) |
Copyright © 2018–2020. All rights reserved.