Uses of Class
odata.msgraph.client.beta.enums.WindowsPrivacyDataCategory
-
Packages that use WindowsPrivacyDataCategory Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsPrivacyDataCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsPrivacyDataCategory Modifier and Type Field Description protected WindowsPrivacyDataCategoryWindowsPrivacyDataAccessControlItem. dataCategoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsPrivacyDataCategory Modifier and Type Method Description Optional<WindowsPrivacyDataCategory>WindowsPrivacyDataAccessControlItem. getDataCategory()“This indicates a privacy data category to which the specific access control will apply.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsPrivacyDataCategory Modifier and Type Method Description WindowsPrivacyDataAccessControlItem.BuilderWindowsPrivacyDataAccessControlItem.Builder. dataCategory(WindowsPrivacyDataCategory dataCategory)“This indicates a privacy data category to which the specific access control will apply.”WindowsPrivacyDataAccessControlItemWindowsPrivacyDataAccessControlItem. withDataCategory(WindowsPrivacyDataCategory dataCategory)Returns an immutable copy ofthiswith just thedataCategoryfield changed. -
Uses of WindowsPrivacyDataCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsPrivacyDataCategory Modifier and Type Method Description static WindowsPrivacyDataCategoryWindowsPrivacyDataCategory. 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.
-