public class CollectionOptions extends Object
| Constructor and Description |
|---|
CollectionOptions() |
CollectionOptions(RequestItem request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilter()
This filter can be any field of the object being filtered or the special js filters,
hasApp or topFriends.
|
FilterOperation |
getFilterOperation() |
String |
getFilterValue()
Where a field filter has been specified (ie a non special filter) then this is the value of the
filter.
|
int |
getFirst()
When paginating, the index of the first item to fetch.
|
int |
getMax()
The maximum number of items to fetch; defaults to 20.
|
String |
getSortBy()
This sortBy can be any field of the object being sorted or the special js sort of topFriends.
|
SortOrder |
getSortOrder() |
Date |
getUpdatedSince() |
int |
hashCode() |
void |
setFilter(String filter) |
void |
setFilterOperation(FilterOperation filterOperation) |
void |
setFilterValue(String filterValue) |
void |
setFirst(int first) |
void |
setMax(int max) |
void |
setSortBy(String sortBy) |
void |
setSortOrder(SortOrder sortOrder) |
void |
setUpdatedSince(Date updatedSince) |
public CollectionOptions()
public CollectionOptions(RequestItem request)
public String getSortBy()
public void setSortBy(String sortBy)
public SortOrder getSortOrder()
public void setSortOrder(SortOrder sortOrder)
public String getFilter()
This filter can be any field of the object being filtered or the special js filters, hasApp or topFriends. Other special Filters are
public void setFilter(String filter)
public FilterOperation getFilterOperation()
public void setFilterOperation(FilterOperation filterOperation)
public String getFilterValue()
public void setFilterValue(String filterValue)
public int getFirst()
public void setFirst(int first)
public int getMax()
public void setMax(int max)
public Date getUpdatedSince()
public void setUpdatedSince(Date updatedSince)
Copyright © 2007-2012. All Rights Reserved.