Uses of Class
odata.msgraph.client.complex.DeviceManagementPartnerAssignment
-
Packages that use DeviceManagementPartnerAssignment Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceManagementPartnerAssignment in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceManagementPartnerAssignment Modifier and Type Method Description DeviceManagementPartnerAssignmentDeviceManagementPartnerAssignment.Builder. build()DeviceManagementPartnerAssignmentDeviceManagementPartnerAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.DeviceManagementPartnerAssignmentDeviceManagementPartnerAssignment. withUnmappedField(String name, Object value) -
Uses of DeviceManagementPartnerAssignment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceManagementPartnerAssignment Modifier and Type Field Description protected List<DeviceManagementPartnerAssignment>DeviceManagementPartner. groupsRequiringPartnerEnrollmentMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementPartnerAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementPartnerAssignment>DeviceManagementPartner. getGroupsRequiringPartnerEnrollment()“User groups that specifies whether enrollment is through partner.”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementPartnerAssignment>DeviceManagementPartner. getGroupsRequiringPartnerEnrollment(com.github.davidmoten.odata.client.HttpRequestOptions options)“User groups that specifies whether enrollment is through partner.”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementPartnerAssignment Modifier and Type Method Description DeviceManagementPartner.BuilderDeviceManagementPartner.Builder. groupsRequiringPartnerEnrollment(DeviceManagementPartnerAssignment... groupsRequiringPartnerEnrollment)“User groups that specifies whether enrollment is through partner.”Method parameters in odata.msgraph.client.entity with type arguments of type DeviceManagementPartnerAssignment Modifier and Type Method Description DeviceManagementPartner.BuilderDeviceManagementPartner.Builder. groupsRequiringPartnerEnrollment(List<DeviceManagementPartnerAssignment> groupsRequiringPartnerEnrollment)“User groups that specifies whether enrollment is through partner.”DeviceManagementPartnerDeviceManagementPartner. withGroupsRequiringPartnerEnrollment(List<DeviceManagementPartnerAssignment> groupsRequiringPartnerEnrollment)Returns an immutable copy ofthiswith just thegroupsRequiringPartnerEnrollmentfield changed.
-