| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
DeviceConfigurationGroupAssignment |
DeviceConfigurationGroupAssignment.Builder.build() |
DeviceConfigurationGroupAssignment |
DeviceConfigurationGroupAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceConfigurationGroupAssignment |
DeviceConfigurationGroupAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceConfigurationGroupAssignment |
DeviceConfigurationGroupAssignment.withExcludeGroup(Boolean excludeGroup)
Returns an immutable copy of
this with just the excludeGroup
field changed. |
DeviceConfigurationGroupAssignment |
DeviceConfigurationGroupAssignment.withTargetGroupId(String targetGroupId)
Returns an immutable copy of
this with just the targetGroupId
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceConfigurationAssignment> |
DeviceConfiguration.assign(List<DeviceConfigurationGroupAssignment> deviceConfigurationGroupAssignments,
List<DeviceConfigurationAssignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceConfigurationAssignment> |
DeviceConfigurationRequest.assign(List<DeviceConfigurationGroupAssignment> deviceConfigurationGroupAssignments,
List<DeviceConfigurationAssignment> assignments) |
Copyright © 2018–2020. All rights reserved.