Uses of Class
com.microsoft.graph.models.User
Packages that use User
-
Uses of User in com.microsoft.graph.models
Subclasses of User in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return UserModifier and TypeMethodDescriptionstatic UserUser.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueBaseItem.getCreatedByUser()Gets the createdByUser property value.Invitation.getInvitedUser()Gets the invitedUser property value.MembershipOutlierInsight.getLastModifiedBy()Gets the lastModifiedBy property value.BaseItem.getLastModifiedByUser()Gets the lastModifiedByUser property value.AadUserConversationMember.getUser()Gets the user property value.EducationUser.getUser()Gets the user property value.EngagementRoleMember.getUser()Gets the user property value.Methods in com.microsoft.graph.models that return types with arguments of type UserModifier and TypeMethodDescriptionPrinterShare.getAllowedUsers()Gets the allowedUsers property value.SubjectRightsRequest.getApprovers()Gets the approvers property value.CloudPcProvisioningPolicyAssignment.getAssignedUsers()Gets the assignedUsers property value.SubjectRightsRequest.getCollaborators()Gets the collaborators property value.Community.getOwners()Gets the owners property value.ManagedDevice.getUsers()Gets the users property value.UserCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type UserModifier and TypeMethodDescriptionvoidBaseItem.setCreatedByUser(User value) Sets the createdByUser property value.voidInvitation.setInvitedUser(User value) Sets the invitedUser property value.voidMembershipOutlierInsight.setLastModifiedBy(User value) Sets the lastModifiedBy property value.voidBaseItem.setLastModifiedByUser(User value) Sets the lastModifiedByUser property value.voidSets the user property value.voidSets the user property value.voidSets the user property value.Method parameters in com.microsoft.graph.models with type arguments of type UserModifier and TypeMethodDescriptionvoidPrinterShare.setAllowedUsers(List<User> value) Sets the allowedUsers property value.voidSubjectRightsRequest.setApprovers(List<User> value) Sets the approvers property value.voidCloudPcProvisioningPolicyAssignment.setAssignedUsers(List<User> value) Sets the assignedUsers property value.voidSubjectRightsRequest.setCollaborators(List<User> value) Sets the collaborators property value.voidSets the owners property value.voidSets the users property value.voidSets the value property value.