list
public MyBusiness.Categories.List list()
throws java.io.IOException
Returns a list of business categories. Search will match the category name but not the category
ID.
Note: Search only matches the front of a category name (that is, 'food' may return 'Food Court'
but not 'Fast Food Restaurant').
Create a request for the method "categories.list".
This request holds the parameters needed by the mybusiness server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
java.io.IOException