Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.clone() |
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.set(java.lang.String fieldName,
java.lang.Object value) |
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.setCategories(java.util.List<Category> categories)
The categories.
|
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.setNextPageToken(java.lang.String nextPageToken)
If the number of categories exceeded the requested page size, this field will be populated with
a token to fetch the next page of categories on a subsequent call to `ListBusinessCategories`.
|
ListBusinessCategoriesResponse |
ListBusinessCategoriesResponse.setTotalCategoryCount(java.lang.Integer totalCategoryCount)
The total number of categories for the request parameters.
|
Copyright © 2011-2018 Google. All Rights Reserved.