| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.Builder.build() |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.withSource(DeviceAndAppManagementAssignmentSource source)
Returns an immutable copy of
this with just the source field
changed. |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.withSourceId(String sourceId)
Returns an immutable copy of
this with just the sourceId field
changed. |
EnrollmentConfigurationAssignment |
EnrollmentConfigurationAssignment.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 |
DeviceEnrollmentConfiguration.assign(List<EnrollmentConfigurationAssignment> enrollmentConfigurationAssignments) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceEnrollmentConfigurationRequest.assign(List<EnrollmentConfigurationAssignment> enrollmentConfigurationAssignments) |
Copyright © 2018–2020. All rights reserved.