| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.data |
| Modifier and Type | Method and Description |
|---|---|
List<ICategory> |
Query.CategoryFilter.getCategories() |
List<ICategory> |
Query.CategoryFilter.getExcludeCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.CategoryFilter.addCategory(ICategory category)
Adds a new
ICategory to the query, indicating that entries
containing the category should be considered to match. |
void |
Query.CategoryFilter.addExcludeCategory(ICategory category)
Adds a new
ICategory to the query, indicating that entries
that do not contain the category should be considered to
match. |
| Constructor and Description |
|---|
Query.CategoryFilter(ICategory category)
Creates a simple category filter containing only a single
ICategory. |
| Constructor and Description |
|---|
Query.CategoryFilter(List<ICategory> included,
List<ICategory> excluded)
Creates a new category filter using the supplied inclusion and
exclusion lists.
|
Query.CategoryFilter(List<ICategory> included,
List<ICategory> excluded)
Creates a new category filter using the supplied inclusion and
exclusion lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Category
Category type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends ICategory> |
IAtom.getCategories()
Returns a set of categories on this resource.
|
Copyright © 2012. All Rights Reserved.