| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.clone() |
Category |
Category.set(java.lang.String fieldName,
java.lang.Object value) |
Category |
Category.setCategory(java.lang.String category)
The category name.
|
Category |
Category.setExperiencePoints(java.lang.Long experiencePoints)
Experience points earned in this category.
|
Category |
Category.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
CategoryListResponse.getItems()
The list of categories with usage data.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryListResponse |
CategoryListResponse.setItems(java.util.List<Category> items)
The list of categories with usage data.
|