Uses of Class
odata.msgraph.client.beta.enums.WindowsPrivacyDataAccessLevel
-
Packages that use WindowsPrivacyDataAccessLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsPrivacyDataAccessLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsPrivacyDataAccessLevel Modifier and Type Field Description protected WindowsPrivacyDataAccessLevelWindowsPrivacyDataAccessControlItem. accessLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsPrivacyDataAccessLevel Modifier and Type Method Description Optional<WindowsPrivacyDataAccessLevel>WindowsPrivacyDataAccessControlItem. getAccessLevel()“This indicates an access level for the privacy data category to which the specified application will be given to.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsPrivacyDataAccessLevel Modifier and Type Method Description WindowsPrivacyDataAccessControlItem.BuilderWindowsPrivacyDataAccessControlItem.Builder. accessLevel(WindowsPrivacyDataAccessLevel accessLevel)“This indicates an access level for the privacy data category to which the specified application will be given to.”WindowsPrivacyDataAccessControlItemWindowsPrivacyDataAccessControlItem. withAccessLevel(WindowsPrivacyDataAccessLevel accessLevel)Returns an immutable copy ofthiswith just theaccessLevelfield changed. -
Uses of WindowsPrivacyDataAccessLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsPrivacyDataAccessLevel Modifier and Type Method Description static WindowsPrivacyDataAccessLevelWindowsPrivacyDataAccessLevel. 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.
-