| Modifier and Type | Class and Description |
|---|---|
static class |
PrincipalQuery.Builder |
| Constructor and Description |
|---|
PrincipalQuery(PrincipalQuery.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalQuery.Builder |
create() |
String |
getEmail() |
int |
getFrom() |
Set<PrincipalType> |
getPrincipalTypes() |
String |
getSearchText() |
int |
getSize() |
UserStoreKeys |
getUserStores() |
public PrincipalQuery(PrincipalQuery.Builder builder)
public int getFrom()
public int getSize()
public Set<PrincipalType> getPrincipalTypes()
public UserStoreKeys getUserStores()
public String getSearchText()
public String getEmail()
public static PrincipalQuery.Builder create()