| Modifier and Type | Class and Description | 
|---|---|
| static class  | UserQuery.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static UserQuery | ALL_ACTIVES | 
| Modifier and Type | Method and Description | 
|---|---|
| static UserQuery.Builder | builder() | 
| boolean | includeDeactivated() | 
| Collection<String> | logins() | 
| String | searchText()Search for logins or names containing a given string | 
public static final UserQuery ALL_ACTIVES
@CheckForNull public Collection<String> logins()
public boolean includeDeactivated()
@CheckForNull public String searchText()
public static UserQuery.Builder builder()
Copyright © 2009–2016 SonarSource. All rights reserved.