public class

PullRequestParticipantSearchRequest

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

Class Overview

Request for searching pull request participant users.

Summary

Nested Classes
class PullRequestParticipantSearchRequest.Builder  
Public Methods
@Nonnull Optional<String> getFilter()
When set, limits the search to the users whose username, name or email address contain the filter value.
@Nonnull Optional<Repository> getFromRepository()
When set, limits the search by the repository the pull requests are coming from.
@Nonnull Optional<PullRequestRole> getRole()
When set, limits the search by the participants role.
@Nonnull Optional<Repository> getToRepository()
When set, limits the search by the repository the pull requests are going to.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public Optional<String> getFilter ()

When set, limits the search to the users whose username, name or email address contain the filter value.

Returns
  • the filter

@Nonnull public Optional<Repository> getFromRepository ()

When set, limits the search by the repository the pull requests are coming from.

Returns
  • the from repository

@Nonnull public Optional<PullRequestRole> getRole ()

When set, limits the search by the participants role.

Returns
  • the participant role

@Nonnull public Optional<Repository> getToRepository ()

When set, limits the search by the repository the pull requests are going to.

Returns
  • the to repository