public class MyBusinessQA.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyBusinessQA.Locations.Questions
The "questions" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
MyBusinessQA.Locations.Questions |
questions()
An accessor for creating requests from the Questions collection.
|
public MyBusinessQA.Locations.Questions questions()
The typical use is:
MyBusinessQA mybusinessqanda = new MyBusinessQA(...);MyBusinessQA.Questions.List request = mybusinessqanda.questions().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.