public class UserSearchParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSearchParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UserSearchParams |
ACTIVE_USERS_ALLOW_EMPTY_QUERY |
static UserSearchParams |
ACTIVE_USERS_IGNORE_EMPTY_QUERY |
| Constructor and Description |
|---|
UserSearchParams(boolean allowEmptyQuery,
boolean includeActive,
boolean includeInactive) |
UserSearchParams(boolean allowEmptyQuery,
boolean includeActive,
boolean includeInactive,
boolean canMatchEmail,
UserFilter userFilter,
Set<Long> projectIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowEmptyQuery() |
static UserSearchParams.Builder |
builder() |
static UserSearchParams.Builder |
builder(UserSearchParams prototype) |
boolean |
canMatchEmail() |
boolean |
equals(Object o) |
Set<Long> |
getProjectIds() |
UserFilter |
getUserFilter() |
int |
hashCode() |
boolean |
includeActive() |
boolean |
includeInactive() |
public static final UserSearchParams ACTIVE_USERS_IGNORE_EMPTY_QUERY
public static final UserSearchParams ACTIVE_USERS_ALLOW_EMPTY_QUERY
public UserSearchParams(boolean allowEmptyQuery,
boolean includeActive,
boolean includeInactive)
public UserSearchParams(boolean allowEmptyQuery,
boolean includeActive,
boolean includeInactive,
boolean canMatchEmail,
UserFilter userFilter,
Set<Long> projectIds)
public boolean allowEmptyQuery()
public boolean includeActive()
public boolean includeInactive()
public boolean canMatchEmail()
public UserFilter getUserFilter()
public static UserSearchParams.Builder builder()
public static UserSearchParams.Builder builder(UserSearchParams prototype)
Copyright © 2002-2015 Atlassian. All Rights Reserved.