Package | Description |
---|---|
com.google.api.services.mybusinessqanda.v1 | |
com.google.api.services.mybusinessqanda.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessQA.Locations.Questions.Create |
MyBusinessQA.Locations.Questions.create(String parent,
Question content)
Adds a question for the specified location.
|
MyBusinessQA.Locations.Questions.Patch |
MyBusinessQA.Locations.Questions.patch(String name,
Question content)
Updates a specific question written by the current user.
|
Constructor and Description |
---|
Create(String parent,
Question content)
Adds a question for the specified location.
|
Patch(String name,
Question content)
Updates a specific question written by the current user.
|
Modifier and Type | Method and Description |
---|---|
Question |
Question.clone() |
Question |
Question.set(String fieldName,
Object value) |
Question |
Question.setAuthor(Author author)
Output only.
|
Question |
Question.setCreateTime(String createTime)
Output only.
|
Question |
Question.setName(String name)
Immutable.
|
Question |
Question.setText(String text)
Required.
|
Question |
Question.setTopAnswers(List<Answer> topAnswers)
Output only.
|
Question |
Question.setTotalAnswerCount(Integer totalAnswerCount)
Output only.
|
Question |
Question.setUpdateTime(String updateTime)
Output only.
|
Question |
Question.setUpvoteCount(Integer upvoteCount)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Question> |
ListQuestionsResponse.getQuestions()
The requested questions,
|
Modifier and Type | Method and Description |
---|---|
ListQuestionsResponse |
ListQuestionsResponse.setQuestions(List<Question> questions)
The requested questions,
|
Copyright © 2011–2022 Google. All rights reserved.