public class Result
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Result()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getList()
Returns the list of users/groups
|
boolean |
hasMore()
indicates if there are more users/groups in the registry
|
void |
setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true
|
void |
setList(java.util.List list) |
public java.util.List getList()
public boolean hasMore()
public void setHasMore()
public void setList(java.util.List list)