| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs a new  Builderwhich will copy initial values from the providedrequest. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Assembles a new  RepositorySearchRequestfrom the provided values. | |||||||||||
| Set the name filter for the resulting  requestinstance. | |||||||||||
| Set the permission level for the resulting  requestinstance. | |||||||||||
| Set the project name filter for the resulting  requestinstance. | |||||||||||
| Set the state filter for the resulting  requestinstance. | |||||||||||
| Set the visibility level for the resulting  requestinstance. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Constructs a new Builder which will copy initial values from the provided
 request.
| request | request to copy | 
|---|
Assembles a new RepositorySearchRequest from the provided values.
Set the permission level for the resulting request instance.
| value | the required permission for the repository search; may be null | 
|---|
this| IllegalArgumentException | if the provided Permissionis notrepository related | 
|---|
Set the project name filter for the resulting request instance.
| value | filter text for the repository project name; may be nullor blank, which will both be
              treated as an empty filter | 
|---|
thisSet the state filter for the resulting request instance.
| value | the required state for the repository search; may be null | 
|---|
thisSet the visibility level for the resulting request instance.
| value | the required visibility for the repository search; may be null | 
|---|
this