public class VootGetGroupsResponse extends VootResponse
itemsPerPage, startIndex, totalResults
Constructor and Description |
---|
VootGetGroupsResponse() |
Modifier and Type | Method and Description |
---|---|
VootGroup[] |
getEntry()
Get the results as array of VOOT groups.
|
void |
setEntry(VootGroup[] entry1)
Set the results passing an array of VOOT groups.
|
void |
setEntry(VootGroup[] entry1,
int start,
int count)
Set the results by taking a slice of the elements in an array of VOOT groups.
|
static VootGroup[] |
sort(VootGroup[] entries,
String sortBy)
Method that sorts one array of VOOT groups.
|
getItemsPerPage, getStartIndex, getTotalResults, paginate, setItemsPerPage, setStartIndex, setTotalResults
public VootGroup[] getEntry()
public void setEntry(VootGroup[] entry1)
entry1
- the array of VOOT groups.public void setEntry(VootGroup[] entry1, int start, int count)
entry1
- the array of VOOT groups.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).Copyright © 2016 Internet2. All rights reserved.