public static final class ManagementConditionStatement.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
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.”
|
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.”
|
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.”
|
ManagementConditionStatement |
build() |
ManagementConditionStatement.Builder |
createdDateTime(OffsetDateTime createdDateTime)
“The time the management condition statement was created.
|
ManagementConditionStatement.Builder |
description(String description)
“The admin defined description of the management condition statement.”
|
ManagementConditionStatement.Builder |
displayName(String displayName)
“The admin defined name of the management condition statement.”
|
ManagementConditionStatement.Builder |
eTag(String eTag)
“ETag of the management condition statement.
|
ManagementConditionStatement.Builder |
expression(ManagementConditionExpression expression)
“The management condition statement expression used to evaluate if a management
condition statement was activated/deactivated.”
|
ManagementConditionStatement.Builder |
id(String id) |
ManagementConditionStatement.Builder |
modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the management condition statement was last modified.
|
public ManagementConditionStatement.Builder id(String id)
public ManagementConditionStatement.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder description(String description)
description - value of description property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder createdDateTime(OffsetDateTime createdDateTime)
createdDateTime - value of createdDateTime property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
modifiedDateTime - value of modifiedDateTime property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder expression(ManagementConditionExpression expression)
expression - value of expression property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder eTag(String eTag)
eTag - value of eTag property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder applicablePlatforms(List<DevicePlatformType> applicablePlatforms)
applicablePlatforms - value of applicablePlatforms property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder applicablePlatforms(DevicePlatformType... applicablePlatforms)
applicablePlatforms - value of applicablePlatforms property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement.Builder applicablePlatformsNextLink(String applicablePlatformsNextLink)
applicablePlatformsNextLink - value of applicablePlatforms@nextLink property (as defined in service metadata)this (for method chaining)public ManagementConditionStatement build()
Copyright © 2018–2020. All rights reserved.