| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.project.ProjectSearchRequest | 
Request for searching projects. The purpose and behaviour of each field is described on its accessor.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ProjectSearchRequest.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| When set, limits returned  projectsto only those for which the current user has the requiredPermission. | |||||||||||
| Retrieves a flag indicating whether  nametext has been set. | |||||||||||
| Retrieves a flag indicating whether a specific  permissionhas been set. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
When set, limits returned projects to only those whose names
 contain the provided value. Matching is performed in a case-insensitive manner, and will match
 anywhere within projects' names.
 
Note: Values containing only whitespace are ignored, and will not be applied. Additionally, leading and trailing whitespace are trimmed.
null to return projects regardless of name
When set, limits returned projects to only those for which the current user has the required
 Permission. The provided value may be null, in which case projects will automatically be
 limited to those for which the current user has VIEW permission.
null to default to VIEW
Retrieves a flag indicating whether a specific permission has been set. If no explicit
 permission has been set, the search will default to VIEW.
true if getPermission() is not null; otherwise, false