Package odata.msgraph.client.beta.entity
Class ManagementConditionStatement.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ManagementConditionStatement.Builder
-
- Enclosing class:
- ManagementConditionStatement
public static final class ManagementConditionStatement.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementConditionStatement.BuilderapplicablePlatforms(List<DevicePlatformType> applicablePlatforms)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”ManagementConditionStatement.BuilderapplicablePlatforms(DevicePlatformType... applicablePlatforms)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”ManagementConditionStatement.BuilderapplicablePlatformsNextLink(String applicablePlatformsNextLink)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”ManagementConditionStatementbuild()ManagementConditionStatement.BuildercreatedDateTime(OffsetDateTime createdDateTime)“The time the management condition statement was created.ManagementConditionStatement.Builderdescription(String description)“The admin defined description of the management condition statement.”ManagementConditionStatement.BuilderdisplayName(String displayName)“The admin defined name of the management condition statement.”ManagementConditionStatement.BuildereTag(String eTag)“ETag of the management condition statement.ManagementConditionStatement.Builderexpression(ManagementConditionExpression expression)“The management condition statement expression used to evaluate if a management condition statement was activated/deactivated.”ManagementConditionStatement.Builderid(String id)ManagementConditionStatement.BuildermodifiedDateTime(OffsetDateTime modifiedDateTime)“The time the management condition statement was last modified.
-
-
-
Method Detail
-
id
public ManagementConditionStatement.Builder id(String id)
-
applicablePlatforms
public ManagementConditionStatement.Builder applicablePlatforms(List<DevicePlatformType> applicablePlatforms)
“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”- Parameters:
applicablePlatforms- value ofapplicablePlatformsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
applicablePlatforms
public ManagementConditionStatement.Builder applicablePlatforms(DevicePlatformType... applicablePlatforms)
“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”- Parameters:
applicablePlatforms- value ofapplicablePlatformsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
applicablePlatformsNextLink
public ManagementConditionStatement.Builder applicablePlatformsNextLink(String applicablePlatformsNextLink)
“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”- Parameters:
applicablePlatformsNextLink- value ofapplicablePlatforms@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
createdDateTime
public ManagementConditionStatement.Builder createdDateTime(OffsetDateTime createdDateTime)
“The time the management condition statement was created. Generated service side.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public ManagementConditionStatement.Builder description(String description)
“The admin defined description of the management condition statement.”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public ManagementConditionStatement.Builder displayName(String displayName)
“The admin defined name of the management condition statement.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
eTag
public ManagementConditionStatement.Builder eTag(String eTag)
“ETag of the management condition statement. Updated service side.”- Parameters:
eTag- value ofeTagproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
expression
public ManagementConditionStatement.Builder expression(ManagementConditionExpression expression)
“The management condition statement expression used to evaluate if a management condition statement was activated/deactivated.”- Parameters:
expression- value ofexpressionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modifiedDateTime
public ManagementConditionStatement.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the management condition statement was last modified. Updated service side.”- Parameters:
modifiedDateTime- value ofmodifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ManagementConditionStatement build()
-
-