Package | Description |
---|---|
com.google.api.services.mybusinessqanda.v1.model |
Modifier and Type | Method and Description |
---|---|
ListQuestionsResponse |
ListQuestionsResponse.clone() |
ListQuestionsResponse |
ListQuestionsResponse.set(String fieldName,
Object value) |
ListQuestionsResponse |
ListQuestionsResponse.setNextPageToken(String nextPageToken)
If the number of questions exceeds the requested max page size, this field is populated with a
token to fetch the next page of questions on a subsequent call.
|
ListQuestionsResponse |
ListQuestionsResponse.setQuestions(List<Question> questions)
The requested questions,
|
ListQuestionsResponse |
ListQuestionsResponse.setTotalSize(Integer totalSize)
The total number of questions posted for this location across all pages.
|
Copyright © 2011–2022 Google. All rights reserved.