public class FeedFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedFilter.Builder
Builder to build up a
FeedFilter. |
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_FEED_IDS |
static String |
PARAM_ID_GREATER_THAN |
static String |
PARAM_ID_GREATER_THAN_EQUALS |
static String |
PARAM_ID_LOWER_THAN |
static String |
PARAM_ID_LOWER_THAN_EQUALS |
static String |
PARAM_LIMIT |
static String |
PARAM_OFFSET |
| Modifier | Constructor and Description |
|---|---|
protected |
FeedFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFeedIds() |
String |
getIdGreaterThan() |
String |
getIdGreaterThanEquals() |
String |
getIdLowerThan() |
String |
getIdLowerThanEquals() |
Integer |
getLimit() |
Integer |
getOffset() |
public static final String PARAM_LIMIT
public static final String PARAM_OFFSET
public static final String PARAM_ID_GREATER_THAN
public static final String PARAM_ID_GREATER_THAN_EQUALS
public static final String PARAM_ID_LOWER_THAN
public static final String PARAM_ID_LOWER_THAN_EQUALS
public static final String PARAM_FEED_IDS
public Integer getLimit()
public Integer getOffset()
public String getIdGreaterThan()
public String getIdGreaterThanEquals()
public String getIdLowerThanEquals()
public String getIdLowerThan()
Copyright © 2016. All rights reserved.