java.lang.Object | |
↳ | com.atlassian.bitbucket.user.UserSearchRequest |
Request for searching users. The purpose and behaviour of each field is described on its accessor.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserSearchRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
When set, limits returned
users to only those whose
display names , e-mail addresses
or usernames contain the provided filter. | |||||||||||
When set, limits returned
users to only those who are members of the specified group. | |||||||||||
When set, limits returned
users to only those who have all permissions as specified by
each contained permission request . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
When set, limits returned users
to only those whose
display names
, e-mail addresses
or usernames
contain the provided filter.
If this field is not set, users shall be returned regardless of their
display names
or e-mail addresses
or usernames
.
null
to return users regardless of display names or e-mail addresses or usernames.
When set, limits returned users
to only those who are members of the specified group.
If this field is not set, users shall be returned regardless of their group membership.
null
to return users regardless of their group membership.When set, limits returned users
to only those who have all permissions as specified by
each contained permission request
.
An empty set indicates that users shall be returned regardless of their Permission
.