Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Category |
Category.clone() |
Category |
Location.getPrimaryCategory()
Category that best describes the core business this location engages in.
|
Category |
Category.set(java.lang.String fieldName,
java.lang.Object value) |
Category |
Category.setCategoryId(java.lang.String categoryId)
A stable ID (provided by Google) for this category.
|
Category |
Category.setDisplayName(java.lang.String displayName)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
Location.getAdditionalCategories()
Additional categories to describe your business.
|
java.util.List<Category> |
ListBusinessCategoriesResponse.getCategories()
The categories.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.setPrimaryCategory(Category primaryCategory)
Category that best describes the core business this location engages in.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.setAdditionalCategories(java.util.List<Category> additionalCategories)
Additional categories to describe your business.
|
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.setCategories(java.util.List<Category> categories)
The categories.
|
Copyright © 2011-2018 Google. All Rights Reserved.