Uses of Class
odata.msgraph.client.beta.entity.DeviceCompliancePolicyAssignment
-
Packages that use DeviceCompliancePolicyAssignment Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceCompliancePolicyAssignment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DeviceCompliancePolicyAssignment Modifier and Type Method Description DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment.Builder. build()DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. withSource(DeviceAndAppManagementAssignmentSource source)Returns an immutable copy ofthiswith just thesourcefield changed.DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. withSourceId(String sourceId)Returns an immutable copy ofthiswith just thesourceIdfield changed.DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.DeviceCompliancePolicyAssignmentDeviceCompliancePolicyAssignment. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceCompliancePolicyAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicyAssignment>DeviceCompliancePolicy. assign(List<DeviceCompliancePolicyAssignment> assignments)Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceCompliancePolicyAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicyAssignment>DeviceCompliancePolicy. assign(List<DeviceCompliancePolicyAssignment> assignments) -
Uses of DeviceCompliancePolicyAssignment in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DeviceCompliancePolicyAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicyAssignment>DeviceCompliancePolicyRequest. assign(List<DeviceCompliancePolicyAssignment> assignments)Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type DeviceCompliancePolicyAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicyAssignment>DeviceCompliancePolicyRequest. assign(List<DeviceCompliancePolicyAssignment> assignments)
-