Package odata.msgraph.client.beta.entity
Class DeviceManagementIntent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementIntent.Builder
-
- Enclosing class:
- DeviceManagementIntent
public static final class DeviceManagementIntent.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementIntentbuild()DeviceManagementIntent.Builderdescription(String description)“The user given description”DeviceManagementIntent.BuilderdisplayName(String displayName)“The user given display name”DeviceManagementIntent.Builderid(String id)DeviceManagementIntent.BuilderisAssigned(Boolean isAssigned)“Signifies whether or not the intent is assigned to users”DeviceManagementIntent.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“When the intent was last modified”DeviceManagementIntent.BuilderroleScopeTagIds(String... roleScopeTagIds)“List of Scope Tags for this Entity instance.”DeviceManagementIntent.BuilderroleScopeTagIds(List<String> roleScopeTagIds)“List of Scope Tags for this Entity instance.”DeviceManagementIntent.BuilderroleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)“List of Scope Tags for this Entity instance.”DeviceManagementIntent.BuildertemplateId(String templateId)“The ID of the template this intent was created from (if any)”
-
-
-
Method Detail
-
id
public DeviceManagementIntent.Builder id(String id)
-
description
public DeviceManagementIntent.Builder description(String description)
“The user given description”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public DeviceManagementIntent.Builder displayName(String displayName)
“The user given display name”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isAssigned
public DeviceManagementIntent.Builder isAssigned(Boolean isAssigned)
“Signifies whether or not the intent is assigned to users”- Parameters:
isAssigned- value ofisAssignedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public DeviceManagementIntent.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“When the intent was last modified”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public DeviceManagementIntent.Builder roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public DeviceManagementIntent.Builder roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIdsNextLink
public DeviceManagementIntent.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIdsNextLink- value ofroleScopeTagIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
templateId
public DeviceManagementIntent.Builder templateId(String templateId)
“The ID of the template this intent was created from (if any)”- Parameters:
templateId- value oftemplateIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementIntent build()
-
-