| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
ManagementConditionStatement |
ManagementConditionStatement.Builder.build() |
ManagementConditionStatement |
ManagementConditionStatement.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagementConditionStatement |
ManagementConditionStatement.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagementConditionStatement |
ManagementConditionStatement.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ManagementConditionStatement |
ManagementConditionStatement.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ManagementConditionStatement |
ManagementConditionStatement.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagementConditionStatement |
ManagementConditionStatement.withETag(String eTag)
Returns an immutable copy of
this with just the eTag field
changed. |
ManagementConditionStatement |
ManagementConditionStatement.withExpression(ManagementConditionExpression expression)
Returns an immutable copy of
this with just the expression field
changed. |
ManagementConditionStatement |
ManagementConditionStatement.withModifiedDateTime(OffsetDateTime modifiedDateTime)
Returns an immutable copy of
this with just the modifiedDateTime
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementConditionStatement> |
ManagementConditionStatementCollectionRequest.getManagementConditionStatementsForPlatform(DevicePlatformType platform) |
Copyright © 2018–2020. All rights reserved.