Uses of Interface
com.spotify.github.v3.User
-
-
Uses of User in com.spotify.github.v3
Classes in com.spotify.github.v3 that implement User Modifier and Type Class Description classImmutableUserImmutable implementation ofUser.Methods in com.spotify.github.v3 that return User Modifier and Type Method Description UserImmutableMilestone. creator()Creator userUserMilestone. creator()Creator userMethods in com.spotify.github.v3 with parameters of type User Modifier and Type Method Description static ImmutableUserImmutableUser. copyOf(User instance)Creates an immutable copy of aUservalue.ImmutableMilestone.BuilderImmutableMilestone.Builder. creator(User creator)Initializes the value for thecreatorattribute.ImmutableUser.BuilderImmutableUser.Builder. from(User instance)Fill a builder with attribute values from the providedUserinstance.ImmutableMilestoneImmutableMilestone. withCreator(User value)Copy the current immutable object by setting a value for thecreatorattribute. -
Uses of User in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return User Modifier and Type Method Description UserBaseEvent. sender()TheUserthat triggered/sent the event.UserImmutableBaseEvent. sender()TheUserthat triggered/sent the event.UserImmutableCheckRunEvent. sender()TheUserthat triggered/sent the event.UserImmutableCommitCommentEvent. sender()TheUserthat triggered/sent the event.UserImmutableCreateEvent. sender()TheUserthat triggered/sent the event.UserImmutableDeleteEvent. sender()TheUserthat triggered/sent the event.UserImmutableDeploymentEvent. sender()TheUserthat triggered/sent the event.UserImmutableDeploymentStatusEvent. sender()TheUserthat triggered/sent the event.UserImmutableForkEvent. sender()TheUserthat triggered/sent the event.UserImmutableIssueCommentEvent. sender()TheUserthat triggered/sent the event.UserImmutableIssuesEvent. sender()TheUserthat triggered/sent the event.UserImmutablePullRequestEvent. sender()TheUserthat triggered/sent the event.UserImmutablePullRequestReviewCommentEvent. sender()TheUserthat triggered/sent the event.UserImmutablePullRequestReviewEvent. sender()TheUserthat triggered/sent the event.UserImmutablePushEvent. sender()TheUserthat triggered/sent the event.UserImmutableRepositoryEvent. sender()TheUserthat triggered/sent the event.UserImmutableStatusEvent. sender()TheUserthat triggered/sent the event.UserPushEvent. sender()TheUserthat triggered/sent the event.Methods in com.spotify.github.v3.activity.events with parameters of type User Modifier and Type Method Description ImmutableBaseEvent.BuilderImmutableBaseEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableCheckRunEvent.BuilderImmutableCheckRunEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableCommitCommentEvent.BuilderImmutableCommitCommentEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableCreateEvent.BuilderImmutableCreateEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableDeleteEvent.BuilderImmutableDeleteEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableDeploymentEvent.BuilderImmutableDeploymentEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableDeploymentStatusEvent.BuilderImmutableDeploymentStatusEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableForkEvent.BuilderImmutableForkEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableIssuesEvent.BuilderImmutableIssuesEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutablePullRequestEvent.BuilderImmutablePullRequestEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutablePullRequestReviewCommentEvent.BuilderImmutablePullRequestReviewCommentEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutablePullRequestReviewEvent.BuilderImmutablePullRequestReviewEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutablePushEvent.BuilderImmutablePushEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableRepositoryEvent.BuilderImmutableRepositoryEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. sender(User sender)Initializes the value for thesenderattribute.ImmutableBaseEventImmutableBaseEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableCheckRunEventImmutableCheckRunEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableCommitCommentEventImmutableCommitCommentEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableCreateEventImmutableCreateEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableDeleteEventImmutableDeleteEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableDeploymentEventImmutableDeploymentEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableDeploymentStatusEventImmutableDeploymentStatusEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableForkEventImmutableForkEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableIssueCommentEventImmutableIssueCommentEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableIssuesEventImmutableIssuesEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutablePullRequestEventImmutablePullRequestEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutablePullRequestReviewCommentEventImmutablePullRequestReviewCommentEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutablePullRequestReviewEventImmutablePullRequestReviewEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutablePushEventImmutablePushEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.ImmutableStatusEventImmutableStatusEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute. -
Uses of User in com.spotify.github.v3.checks
Methods in com.spotify.github.v3.checks that return User Modifier and Type Method Description UserImmutableInstallation. account()Account user.UserInstallation. account()Account user.Methods in com.spotify.github.v3.checks with parameters of type User Modifier and Type Method Description ImmutableInstallation.BuilderImmutableInstallation.Builder. account(User account)Initializes the value for theaccountattribute.ImmutableInstallationImmutableInstallation. withAccount(User value)Copy the current immutable object by setting a value for theaccountattribute. -
Uses of User in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type User Modifier and Type Method Description CompletableFuture<List<User>>TeamClient. listTeamMembers(String slug)List members of a specific team.Iterator<AsyncPage<User>>TeamClient. listTeamMembers(String slug, int pageSize)List members of a specific team. -
Uses of User in com.spotify.github.v3.comment
Methods in com.spotify.github.v3.comment that return User Modifier and Type Method Description UserComment. user()TheUserthat made the comment.UserCommentReaction. user()Reaction user.UserImmutableComment. user()TheUserthat made the comment.UserImmutableCommentReaction. user()Reaction user.Methods in com.spotify.github.v3.comment with parameters of type User Modifier and Type Method Description ImmutableComment.BuilderImmutableComment.Builder. user(User user)Initializes the value for theuserattribute.ImmutableCommentReaction.BuilderImmutableCommentReaction.Builder. user(User user)Initializes the value for theuserattribute.ImmutableCommentImmutableComment. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.ImmutableCommentReactionImmutableCommentReaction. withUser(User value)Copy the current immutable object by setting a value for theuserattribute. -
Uses of User in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return User Modifier and Type Method Description UserEvent. actor()The User object that generated the event.UserImmutableEvent. actor()The User object that generated the event.UserImmutableIssue. user()User.UserIssue. user()User.Methods in com.spotify.github.v3.issues that return types with arguments of type User Modifier and Type Method Description Optional<User>ImmutableIssue. assignee()Login for the user that this issue should be assigned to.Optional<User>Issue. assignee()Login for the user that this issue should be assigned to.Methods in com.spotify.github.v3.issues with parameters of type User Modifier and Type Method Description ImmutableEvent.BuilderImmutableEvent.Builder. actor(User actor)Initializes the value for theactorattribute.ImmutableIssue.BuilderImmutableIssue.Builder. assignee(User assignee)Initializes the optional valueassigneeto assignee.ImmutableIssue.BuilderImmutableIssue.Builder. user(User user)Initializes the value for theuserattribute.ImmutableEventImmutableEvent. withActor(User value)Copy the current immutable object by setting a value for theactorattribute.ImmutableIssueImmutableIssue. withAssignee(User value)Copy the current immutable object by setting a present value for the optionalassigneeattribute.ImmutableIssueImmutableIssue. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.Method parameters in com.spotify.github.v3.issues with type arguments of type User Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. assignee(Optional<? extends User> assignee)Initializes the optional valueassigneeto assignee.ImmutableIssueImmutableIssue. withAssignee(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theassigneeattribute. -
Uses of User in com.spotify.github.v3.orgs
Methods in com.spotify.github.v3.orgs that return User Modifier and Type Method Description UserImmutableTeamInvitation. inviter()InviterUserTeamInvitation. inviter()InviterUserImmutableOrgMembership. user()USERUserOrgMembership. user()USERMethods in com.spotify.github.v3.orgs with parameters of type User Modifier and Type Method Description ImmutableTeamInvitation.BuilderImmutableTeamInvitation.Builder. inviter(User inviter)Initializes the value for theinviterattribute.ImmutableOrgMembership.BuilderImmutableOrgMembership.Builder. user(User user)Initializes the value for theuserattribute.ImmutableTeamInvitationImmutableTeamInvitation. withInviter(User value)Copy the current immutable object by setting a value for theinviterattribute.ImmutableOrgMembershipImmutableOrgMembership. withUser(User value)Copy the current immutable object by setting a value for theuserattribute. -
Uses of User in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return User Modifier and Type Method Description UserComment. user()Comment author.UserImmutableComment. user()Comment author.UserImmutablePullRequest. user()User.UserImmutablePullRequestItem. user()User.UserImmutableReview. user()User.UserPullRequestItem. user()User.UserReview. user()User.Methods in com.spotify.github.v3.prs that return types with arguments of type User Modifier and Type Method Description Optional<User>ImmutablePullRequest. assignee()Assignee.Optional<User>ImmutablePullRequestItem. assignee()Assignee.Optional<User>PullRequestItem. assignee()Assignee.Optional<List<User>>ImmutablePullRequest. assignees()Assignees.Optional<List<User>>ImmutablePullRequestItem. assignees()Assignees.Optional<List<User>>PullRequestItem. assignees()Assignees.Optional<User>ImmutablePullRequest. mergedBy()Merged by user.Optional<User>PullRequest. mergedBy()Merged by user.List<User>ImmutablePullRequest. requestedReviewers()Requested reviewers (users)List<User>ImmutablePullRequestItem. requestedReviewers()Requested reviewers (users)List<User>PullRequestItem. requestedReviewers()Requested reviewers (users)List<User>ImmutablePullRequest. requestedTeams()Requested reviewers (teams)List<User>ImmutablePullRequestItem. requestedTeams()Requested reviewers (teams)List<User>PullRequestItem. requestedTeams()Requested reviewers (teams)Optional<User>ImmutablePullRequestRef. user()UserOptional<User>PullRequestRef. user()UserList<User>ImmutableReviewRequests. users()List<User>ReviewRequests. users()Methods in com.spotify.github.v3.prs with parameters of type User Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addRequestedReviewers(User element)Adds one element torequestedReviewerslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addRequestedReviewers(User... elements)Adds elements torequestedReviewerslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addRequestedReviewers(User element)Adds one element torequestedReviewerslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addRequestedReviewers(User... elements)Adds elements torequestedReviewerslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addRequestedTeams(User element)Adds one element torequestedTeamslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addRequestedTeams(User... elements)Adds elements torequestedTeamslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addRequestedTeams(User element)Adds one element torequestedTeamslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addRequestedTeams(User... elements)Adds elements torequestedTeamslist.ImmutableReviewRequests.BuilderImmutableReviewRequests.Builder. addUsers(User element)Adds one element touserslist.ImmutableReviewRequests.BuilderImmutableReviewRequests.Builder. addUsers(User... elements)Adds elements touserslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. assignee(User assignee)Initializes the optional valueassigneeto assignee.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. assignee(User assignee)Initializes the optional valueassigneeto assignee.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. mergedBy(User mergedBy)Initializes the optional valuemergedByto mergedBy.ImmutableComment.BuilderImmutableComment.Builder. user(User user)Initializes the value for theuserattribute.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. user(User user)Initializes the value for theuserattribute.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. user(User user)Initializes the value for theuserattribute.ImmutablePullRequestRef.BuilderImmutablePullRequestRef.Builder. user(User user)Initializes the optional valueuserto user.ImmutableReview.BuilderImmutableReview.Builder. user(User user)Initializes the value for theuserattribute.ImmutablePullRequestImmutablePullRequest. withAssignee(User value)Copy the current immutable object by setting a present value for the optionalassigneeattribute.ImmutablePullRequestItemImmutablePullRequestItem. withAssignee(User value)Copy the current immutable object by setting a present value for the optionalassigneeattribute.ImmutablePullRequestImmutablePullRequest. withMergedBy(User value)Copy the current immutable object by setting a present value for the optionalmergedByattribute.ImmutablePullRequestImmutablePullRequest. withRequestedReviewers(User... elements)Copy the current immutable object with elements that replace the content ofrequestedReviewers.ImmutablePullRequestItemImmutablePullRequestItem. withRequestedReviewers(User... elements)Copy the current immutable object with elements that replace the content ofrequestedReviewers.ImmutablePullRequestImmutablePullRequest. withRequestedTeams(User... elements)Copy the current immutable object with elements that replace the content ofrequestedTeams.ImmutablePullRequestItemImmutablePullRequestItem. withRequestedTeams(User... elements)Copy the current immutable object with elements that replace the content ofrequestedTeams.ImmutableCommentImmutableComment. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.ImmutablePullRequestImmutablePullRequest. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.ImmutablePullRequestItemImmutablePullRequestItem. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.ImmutablePullRequestRefImmutablePullRequestRef. withUser(User value)Copy the current immutable object by setting a present value for the optionaluserattribute.ImmutableReviewImmutableReview. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.ImmutableReviewRequestsImmutableReviewRequests. withUsers(User... elements)Copy the current immutable object with elements that replace the content ofusers.Method parameters in com.spotify.github.v3.prs with type arguments of type User Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addAllRequestedReviewers(Iterable<? extends User> elements)Adds elements torequestedReviewerslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addAllRequestedReviewers(Iterable<? extends User> elements)Adds elements torequestedReviewerslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addAllRequestedTeams(Iterable<? extends User> elements)Adds elements torequestedTeamslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. addAllRequestedTeams(Iterable<? extends User> elements)Adds elements torequestedTeamslist.ImmutableReviewRequests.BuilderImmutableReviewRequests.Builder. addAllUsers(Iterable<? extends User> elements)Adds elements touserslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. assignee(Optional<? extends User> assignee)Initializes the optional valueassigneeto assignee.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. assignee(Optional<? extends User> assignee)Initializes the optional valueassigneeto assignee.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. assignees(List<User> assignees)Initializes the optional valueassigneesto assignees.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. assignees(Optional<? extends List<User>> assignees)Initializes the optional valueassigneesto assignees.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. assignees(List<User> assignees)Initializes the optional valueassigneesto assignees.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. assignees(Optional<? extends List<User>> assignees)Initializes the optional valueassigneesto assignees.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. mergedBy(Optional<? extends User> mergedBy)Initializes the optional valuemergedByto mergedBy.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. requestedReviewers(Iterable<? extends User> elements)Sets or replaces all elements forrequestedReviewerslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. requestedReviewers(Iterable<? extends User> elements)Sets or replaces all elements forrequestedReviewerslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. requestedTeams(Iterable<? extends User> elements)Sets or replaces all elements forrequestedTeamslist.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. requestedTeams(Iterable<? extends User> elements)Sets or replaces all elements forrequestedTeamslist.ImmutablePullRequestRef.BuilderImmutablePullRequestRef.Builder. user(Optional<? extends User> user)Initializes the optional valueuserto user.ImmutableReviewRequests.BuilderImmutableReviewRequests.Builder. users(Iterable<? extends User> elements)Sets or replaces all elements foruserslist.ImmutablePullRequestImmutablePullRequest. withAssignee(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theassigneeattribute.ImmutablePullRequestItemImmutablePullRequestItem. withAssignee(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theassigneeattribute.ImmutablePullRequestImmutablePullRequest. withAssignees(List<User> value)Copy the current immutable object by setting a present value for the optionalassigneesattribute.ImmutablePullRequestImmutablePullRequest. withAssignees(Optional<? extends List<User>> optional)Copy the current immutable object by setting an optional value for theassigneesattribute.ImmutablePullRequestItemImmutablePullRequestItem. withAssignees(List<User> value)Copy the current immutable object by setting a present value for the optionalassigneesattribute.ImmutablePullRequestItemImmutablePullRequestItem. withAssignees(Optional<? extends List<User>> optional)Copy the current immutable object by setting an optional value for theassigneesattribute.ImmutablePullRequestImmutablePullRequest. withMergedBy(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for themergedByattribute.ImmutablePullRequestImmutablePullRequest. withRequestedReviewers(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofrequestedReviewers.ImmutablePullRequestItemImmutablePullRequestItem. withRequestedReviewers(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofrequestedReviewers.ImmutablePullRequestImmutablePullRequest. withRequestedTeams(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofrequestedTeams.ImmutablePullRequestItemImmutablePullRequestItem. withRequestedTeams(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofrequestedTeams.ImmutablePullRequestRefImmutablePullRequestRef. withUser(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theuserattribute.ImmutableReviewRequestsImmutableReviewRequests. withUsers(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofusers. -
Uses of User in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return User Modifier and Type Method Description UserDeployment. creator()Deployment creatorUserImmutableDeployment. creator()Deployment creatorUserImmutableRepositoryInvitation. invitee()The user that is receiving the inviteUserRepositoryInvitation. invitee()The user that is receiving the inviteUserImmutableRepositoryInvitation. inviter()The user that sent the inviteUserRepositoryInvitation. inviter()The user that sent the inviteUserImmutableRepository. owner()OwnerUserRepository. owner()OwnerMethods in com.spotify.github.v3.repos that return types with arguments of type User Modifier and Type Method Description Optional<User>CommitItem. author()Author userOptional<User>ImmutableCommit. author()Author userOptional<User>ImmutableCommitItem. author()Author userOptional<User>ImmutableStatus. creator()Status creator user entityOptional<User>Status. creator()Status creator user entityMethods in com.spotify.github.v3.repos with parameters of type User Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. author(User author)Initializes the optional valueauthorto author.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. author(User author)Initializes the optional valueauthorto author.ImmutableDeployment.BuilderImmutableDeployment.Builder. creator(User creator)Initializes the value for thecreatorattribute.ImmutableStatus.BuilderImmutableStatus.Builder. creator(User creator)Initializes the optional valuecreatorto creator.ImmutableRepositoryInvitation.BuilderImmutableRepositoryInvitation.Builder. invitee(User invitee)Initializes the value for theinviteeattribute.ImmutableRepositoryInvitation.BuilderImmutableRepositoryInvitation.Builder. inviter(User inviter)Initializes the value for theinviterattribute.ImmutableRepository.BuilderImmutableRepository.Builder. owner(User owner)Initializes the value for theownerattribute.ImmutableCommitImmutableCommit. withAuthor(User value)Copy the current immutable object by setting a present value for the optionalauthorattribute.ImmutableCommitItemImmutableCommitItem. withAuthor(User value)Copy the current immutable object by setting a present value for the optionalauthorattribute.ImmutableDeploymentImmutableDeployment. withCreator(User value)Copy the current immutable object by setting a value for thecreatorattribute.ImmutableStatusImmutableStatus. withCreator(User value)Copy the current immutable object by setting a present value for the optionalcreatorattribute.ImmutableRepositoryInvitationImmutableRepositoryInvitation. withInvitee(User value)Copy the current immutable object by setting a value for theinviteeattribute.ImmutableRepositoryInvitationImmutableRepositoryInvitation. withInviter(User value)Copy the current immutable object by setting a value for theinviterattribute.ImmutableRepositoryImmutableRepository. withOwner(User value)Copy the current immutable object by setting a value for theownerattribute.Method parameters in com.spotify.github.v3.repos with type arguments of type User Modifier and Type Method Description ImmutableCommit.BuilderImmutableCommit.Builder. author(Optional<? extends User> author)Initializes the optional valueauthorto author.ImmutableCommitItem.BuilderImmutableCommitItem.Builder. author(Optional<? extends User> author)Initializes the optional valueauthorto author.ImmutableStatus.BuilderImmutableStatus.Builder. creator(Optional<? extends User> creator)Initializes the optional valuecreatorto creator.ImmutableCommitImmutableCommit. withAuthor(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theauthorattribute.ImmutableCommitItemImmutableCommitItem. withAuthor(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theauthorattribute.ImmutableStatusImmutableStatus. withCreator(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for thecreatorattribute. -
Uses of User in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return User Modifier and Type Method Description UserImmutableSearchIssue. user()User.Methods in com.spotify.github.v3.search that return types with arguments of type User Modifier and Type Method Description Optional<User>ImmutableSearchIssue. assignee()Login for the user that this issue should be assigned to.List<User>ImmutableSearchUsers. items()Users search resultsList<User>SearchUsers. items()Users search resultsMethods in com.spotify.github.v3.search with parameters of type User Modifier and Type Method Description ImmutableSearchUsers.BuilderImmutableSearchUsers.Builder. addItems(User element)Adds one element toitemslist.ImmutableSearchUsers.BuilderImmutableSearchUsers.Builder. addItems(User... elements)Adds elements toitemslist.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. assignee(User assignee)Initializes the optional valueassigneeto assignee.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. user(User user)Initializes the value for theuserattribute.ImmutableSearchIssueImmutableSearchIssue. withAssignee(User value)Copy the current immutable object by setting a present value for the optionalassigneeattribute.ImmutableSearchUsersImmutableSearchUsers. withItems(User... elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableSearchIssueImmutableSearchIssue. withUser(User value)Copy the current immutable object by setting a value for theuserattribute.Method parameters in com.spotify.github.v3.search with type arguments of type User Modifier and Type Method Description ImmutableSearchUsers.BuilderImmutableSearchUsers.Builder. addAllItems(Iterable<? extends User> elements)Adds elements toitemslist.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. assignee(Optional<? extends User> assignee)Initializes the optional valueassigneeto assignee.ImmutableSearchUsers.BuilderImmutableSearchUsers.Builder. items(Iterable<? extends User> elements)Sets or replaces all elements foritemslist.ImmutableSearchIssueImmutableSearchIssue. withAssignee(Optional<? extends User> optional)Copy the current immutable object by setting an optional value for theassigneeattribute.ImmutableSearchUsersImmutableSearchUsers. withItems(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofitems.
-