Uses of Class
odata.msgraph.client.entity.DeviceAndAppManagementRoleAssignment
-
Packages that use DeviceAndAppManagementRoleAssignment Package Description odata.msgraph.client.entity -
-
Uses of DeviceAndAppManagementRoleAssignment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceAndAppManagementRoleAssignment Modifier and Type Field Description protected List<DeviceAndAppManagementRoleAssignment>DeviceManagement. roleAssignmentsMethods in odata.msgraph.client.entity that return DeviceAndAppManagementRoleAssignment Modifier and Type Method Description DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignment.Builder. build()DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignment. withMembers(List<String> members)Returns an immutable copy ofthiswith just themembersfield changed.DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignment. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type DeviceAndAppManagementRoleAssignment Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. roleAssignments(DeviceAndAppManagementRoleAssignment... roleAssignments)“The Role Assignments.”Method parameters in odata.msgraph.client.entity with type arguments of type DeviceAndAppManagementRoleAssignment Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. roleAssignments(List<DeviceAndAppManagementRoleAssignment> roleAssignments)“The Role Assignments.”DeviceManagementDeviceManagement. withRoleAssignments(List<DeviceAndAppManagementRoleAssignment> roleAssignments)Returns an immutable copy ofthiswith just theroleAssignmentsfield changed.
-