| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ManagementConditionStatement.Builder |
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 |
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 |
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.”
|
static ManagementConditionStatement.Builder |
ManagementConditionStatement.builderManagementConditionStatement()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.createdDateTime(OffsetDateTime createdDateTime)
“The time the management condition statement was created.
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.description(String description)
“The admin defined description of the management condition statement.”
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.displayName(String displayName)
“The admin defined name of the management condition statement.”
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.eTag(String eTag)
“ETag of the management condition statement.
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.expression(ManagementConditionExpression expression)
“The management condition statement expression used to evaluate if a management
condition statement was activated/deactivated.”
|
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.id(String id) |
ManagementConditionStatement.Builder |
ManagementConditionStatement.Builder.modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the management condition statement was last modified.
|
Copyright © 2018–2020. All rights reserved.