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() |
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getEmail() |
int |
getFrom() |
String |
getName() |
Set<PrincipalType> |
getPrincipalTypes() |
String |
getSearchText() |
int |
getSize() |
UserStoreKeys |
getUserStores() |
int |
hashCode() |
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 String getName()
public String getDisplayName()
public static PrincipalQuery.Builder create()