Package odata.msgraph.client.beta.entity
Class DeviceManagementConfigurationCategory.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementConfigurationCategory.Builder
-
- Enclosing class:
- DeviceManagementConfigurationCategory
public static final class DeviceManagementConfigurationCategory.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceManagementConfigurationCategory.Builder id(String id)
-
categoryDescription
public DeviceManagementConfigurationCategory.Builder categoryDescription(String categoryDescription)
“Description of the category header”- Parameters:
categoryDescription- value ofcategoryDescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
childCategoryIds
public DeviceManagementConfigurationCategory.Builder childCategoryIds(List<String> childCategoryIds)
“List of child ids of the category.”- Parameters:
childCategoryIds- value ofchildCategoryIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
childCategoryIds
public DeviceManagementConfigurationCategory.Builder childCategoryIds(String... childCategoryIds)
“List of child ids of the category.”- Parameters:
childCategoryIds- value ofchildCategoryIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
childCategoryIdsNextLink
public DeviceManagementConfigurationCategory.Builder childCategoryIdsNextLink(String childCategoryIdsNextLink)
“List of child ids of the category.”- Parameters:
childCategoryIdsNextLink- value ofchildCategoryIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public DeviceManagementConfigurationCategory.Builder description(String description)
“Description of the item”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public DeviceManagementConfigurationCategory.Builder displayName(String displayName)
“Display name of the item”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
helpText
public DeviceManagementConfigurationCategory.Builder helpText(String helpText)
“Help text of the item”- Parameters:
helpText- value ofhelpTextproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
name
public DeviceManagementConfigurationCategory.Builder name(String name)
“Name of the item”- Parameters:
name- value ofnameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
parentCategoryId
public DeviceManagementConfigurationCategory.Builder parentCategoryId(String parentCategoryId)
“Parent id of the category.”- Parameters:
parentCategoryId- value ofparentCategoryIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platforms
public DeviceManagementConfigurationCategory.Builder platforms(DeviceManagementConfigurationPlatforms platforms)
“Platforms types, which settings in the category have.”- Parameters:
platforms- value ofplatformsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
rootCategoryId
public DeviceManagementConfigurationCategory.Builder rootCategoryId(String rootCategoryId)
“Root id of the category.”- Parameters:
rootCategoryId- value ofrootCategoryIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
settingUsage
public DeviceManagementConfigurationCategory.Builder settingUsage(DeviceManagementConfigurationSettingUsage settingUsage)
“Indicates that the category contains settings that are used for Compliance or Configuration.”- Parameters:
settingUsage- value ofsettingUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
technologies
public DeviceManagementConfigurationCategory.Builder technologies(DeviceManagementConfigurationTechnologies technologies)
“Technologies types, which settings in the category have.”- Parameters:
technologies- value oftechnologiesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementConfigurationCategory build()
-
-