Package odata.msgraph.client.beta.entity
Class DeviceManagementTemplate.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementTemplate.Builder
-
- Enclosing class:
- DeviceManagementTemplate
public static final class DeviceManagementTemplate.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceManagementTemplate.Builder id(String id)
-
description
public DeviceManagementTemplate.Builder description(String description)
“The template's description”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public DeviceManagementTemplate.Builder displayName(String displayName)
“The template's display name”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
intentCount
public DeviceManagementTemplate.Builder intentCount(Integer intentCount)
“Number of Intents created from this template.”- Parameters:
intentCount- value ofintentCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isDeprecated
public DeviceManagementTemplate.Builder isDeprecated(Boolean isDeprecated)
“The template is deprecated or not. Intents cannot be created from a deprecated template.”- Parameters:
isDeprecated- value ofisDeprecatedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platformType
public DeviceManagementTemplate.Builder platformType(PolicyPlatformType platformType)
“The template's platform.”- Parameters:
platformType- value ofplatformTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
publishedDateTime
public DeviceManagementTemplate.Builder publishedDateTime(OffsetDateTime publishedDateTime)
“When the template was published”- Parameters:
publishedDateTime- value ofpublishedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
templateSubtype
public DeviceManagementTemplate.Builder templateSubtype(DeviceManagementTemplateSubtype templateSubtype)
“The template's subtype.”- Parameters:
templateSubtype- value oftemplateSubtypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
templateType
public DeviceManagementTemplate.Builder templateType(DeviceManagementTemplateType templateType)
“The template's type.”- Parameters:
templateType- value oftemplateTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
versionInfo
public DeviceManagementTemplate.Builder versionInfo(String versionInfo)
“The template's version information”- Parameters:
versionInfo- value ofversionInfoproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementTemplate build()
-
-