| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsPrivacyDataCategory |
WindowsPrivacyDataAccessControlItem.dataCategory |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsPrivacyDataCategory> |
WindowsPrivacyDataAccessControlItem.getDataCategory()
“This indicates a privacy data category to which the specific access control will
apply.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsPrivacyDataAccessControlItem.Builder |
WindowsPrivacyDataAccessControlItem.Builder.dataCategory(WindowsPrivacyDataCategory dataCategory)
“This indicates a privacy data category to which the specific access control will
apply.”
|
WindowsPrivacyDataAccessControlItem |
WindowsPrivacyDataAccessControlItem.withDataCategory(WindowsPrivacyDataCategory dataCategory)
Returns an immutable copy of
this with just the dataCategory
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPrivacyDataCategory |
WindowsPrivacyDataCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsPrivacyDataCategory[] |
WindowsPrivacyDataCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.