public class VootGetMembersResponse extends VootResponse
itemsPerPage, startIndex, totalResults
Constructor and Description |
---|
VootGetMembersResponse() |
Modifier and Type | Method and Description |
---|---|
VootPerson[] |
getEntry()
Get the results as array of VOOT persons.
|
void |
setEntry(VootPerson[] entry1)
Set the results passing an array of VOOT persons.
|
void |
setEntry(VootPerson[] entry1,
int start,
int count)
Set the results by taking a slice of the elements in an array of VOOT persons.
|
static VootPerson[] |
sort(VootPerson[] entries,
String sortBy)
Method that sorts one array of VOOT persons.
|
getItemsPerPage, getStartIndex, getTotalResults, paginate, setItemsPerPage, setStartIndex, setTotalResults
public VootPerson[] getEntry()
public void setEntry(VootPerson[] entry1)
entry1
- the array of VOOT persons.public void setEntry(VootPerson[] entry1, int start, int count)
entry1
- the array of VOOT persons.start
- the first element in the result set (0 means start from beginning).count
- the number of elements in the result set (-1 or 0 means find all).public static VootPerson[] sort(VootPerson[] entries, String sortBy)
entries
- the array to sort.sortBy
- the field name to be used for sorting or null of no sorting.Copyright © 2016 Internet2. All rights reserved.