| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
PolicySetAssignment |
PolicySetAssignment.Builder.build() |
PolicySetAssignment |
PolicySetAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PolicySetAssignment |
PolicySetAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PolicySetAssignment |
PolicySetAssignment.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
PolicySetAssignment |
PolicySetAssignment.withTarget(DeviceAndAppManagementAssignmentTarget target)
Returns an immutable copy of
this with just the target field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySet.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySetRequest.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
Copyright © 2018–2020. All rights reserved.