| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.user.UserSearchRequest.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Assembles a new
UserSearchRequest from the provided values. | |||||||||||
Set the filter for the resulting
request instance. | |||||||||||
Set a group filter for the resulting
request instance. | |||||||||||
Set the global permission filter for the resulting
request. | |||||||||||
Set the project permission filter for the resulting
request. | |||||||||||
Set the project permission filter for the resulting
request. | |||||||||||
Set the repository permission filter for the resulting
request. | |||||||||||
Set the repository permission filter for the resulting
request. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Assembles a new UserSearchRequest from the provided values.
Set the filter for the resulting request instance.
| filter | filter text for the user search; may be blank, which will be treated as an empty filter |
|---|
Set a group filter for the resulting request instance.
| group | the group name for the user search; may be blank |
|---|
Set the global permission filter for the resulting request.
| permission | filter permission for the user search |
|---|
Set the project permission filter for the resulting request.
NOTE: passing in an ID of a non-existing project will not filter out any users.
| projectId | ID of the filter project for the user search |
|---|---|
| permission | filter project permission for the user search |
Set the project permission filter for the resulting request.
| project | filter project for the user search |
|---|---|
| permission | filter project permission for the user search |
Set the repository permission filter for the resulting request.
| repository | filter repository for the user search |
|---|---|
| permission | filter repository permission for the user search |
Set the repository permission filter for the resulting request.
NOTE: passing in an ID of a non-existing repository will not filter out any users.
| repositoryId | ID of the filter repository for the user search |
|---|---|
| permission | filter repository permission for the user search |