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