public class PullRequestParticipantSearchRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PullRequestParticipantSearchRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getFilter()
When set, limits the search to the users whose username, name or email address contain the
filter value. |
Optional<Repository> |
getFromRepository()
When set, limits the search by the repository the pull requests are coming from.
|
Optional<PullRequestRole> |
getRole()
When set, limits the search by the participants role.
|
Optional<Repository> |
getToRepository()
When set, limits the search by the repository the pull requests are going to.
|
@Nonnull public Optional<String> getFilter()
filter
value.@Nonnull public Optional<Repository> getFromRepository()
@Nonnull public Optional<PullRequestRole> getRole()
@Nonnull public Optional<Repository> getToRepository()
Copyright © 2022 Atlassian. All rights reserved.