| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyOperation |
GroupPolicyOperation.Builder.build() |
GroupPolicyOperation |
GroupPolicyOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GroupPolicyOperation |
GroupPolicyOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GroupPolicyOperation |
GroupPolicyOperation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
GroupPolicyOperation |
GroupPolicyOperation.withOperationStatus(GroupPolicyOperationStatus operationStatus)
Returns an immutable copy of
this with just the operationStatus
field changed. |
GroupPolicyOperation |
GroupPolicyOperation.withOperationType(GroupPolicyOperationType operationType)
Returns an immutable copy of
this with just the operationType
field changed. |
GroupPolicyOperation |
GroupPolicyOperation.withStatusDetails(String statusDetails)
Returns an immutable copy of
this with just the statusDetails
field changed. |
Copyright © 2018–2020. All rights reserved.