public class

PullRequestParticipantRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.pull.PullRequestParticipantRequest

Class Overview

Request for searching for pull requests by participant. The purpose and behaviour of each field is described on its accessor. Used to add searching of specific participants to a PullRequestSearchRequest.

Summary

Nested Classes
class PullRequestParticipantRequest.Builder  
Public Methods
@Nullable PullRequestRole getRole()
When set, limits the pull requests to search for by a specified pull request role for the user.
@Nonnull Set<PullRequestParticipantStatus> getStatuses()
Limits the pull requests to search for by the participant status
@Nonnull String getUsername()
Restricts the search to a specified user with the given username.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nullable public PullRequestRole getRole ()

When set, limits the pull requests to search for by a specified pull request role for the user.

Returns

@Nonnull public Set<PullRequestParticipantStatus> getStatuses ()

Limits the pull requests to search for by the participant status

Returns

@Nonnull public String getUsername ()

Restricts the search to a specified user with the given username.

Returns
  • the username for the user to search for