Package odata.msgraph.client.beta.entity
Class WindowsPrivacyDataAccessControlItem.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsPrivacyDataAccessControlItem.Builder
-
- Enclosing class:
- WindowsPrivacyDataAccessControlItem
public static final class WindowsPrivacyDataAccessControlItem.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsPrivacyDataAccessControlItem.BuilderaccessLevel(WindowsPrivacyDataAccessLevel accessLevel)“This indicates an access level for the privacy data category to which the specified application will be given to.”WindowsPrivacyDataAccessControlItem.BuilderappDisplayName(String appDisplayName)“The Package Family Name of a Windows app.WindowsPrivacyDataAccessControlItem.BuilderappPackageFamilyName(String appPackageFamilyName)“The Package Family Name of a Windows app.WindowsPrivacyDataAccessControlItembuild()WindowsPrivacyDataAccessControlItem.BuilderdataCategory(WindowsPrivacyDataCategory dataCategory)“This indicates a privacy data category to which the specific access control will apply.”WindowsPrivacyDataAccessControlItem.Builderid(String id)
-
-
-
Method Detail
-
id
public WindowsPrivacyDataAccessControlItem.Builder id(String id)
-
accessLevel
public WindowsPrivacyDataAccessControlItem.Builder accessLevel(WindowsPrivacyDataAccessLevel accessLevel)
“This indicates an access level for the privacy data category to which the specified application will be given to.”- Parameters:
accessLevel- value ofaccessLevelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appDisplayName
public WindowsPrivacyDataAccessControlItem.Builder appDisplayName(String appDisplayName)
“The Package Family Name of a Windows app. When set, the access level applies to the specified application.”- Parameters:
appDisplayName- value ofappDisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appPackageFamilyName
public WindowsPrivacyDataAccessControlItem.Builder appPackageFamilyName(String appPackageFamilyName)
“The Package Family Name of a Windows app. When set, the access level applies to the specified application.”- Parameters:
appPackageFamilyName- value ofappPackageFamilyNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dataCategory
public WindowsPrivacyDataAccessControlItem.Builder dataCategory(WindowsPrivacyDataCategory dataCategory)
“This indicates a privacy data category to which the specific access control will apply.”- Parameters:
dataCategory- value ofdataCategoryproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsPrivacyDataAccessControlItem build()
-
-