public class MyBusiness.Accounts.Locations.Reviews
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusiness.Accounts.Locations.Reviews.DeleteReply |
class |
MyBusiness.Accounts.Locations.Reviews.Get |
class |
MyBusiness.Accounts.Locations.Reviews.List |
class |
MyBusiness.Accounts.Locations.Reviews.UpdateReply |
Constructor and Description |
---|
Reviews() |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.Reviews.DeleteReply |
deleteReply(java.lang.String name)
Deletes the response to the specified review.
|
MyBusiness.Accounts.Locations.Reviews.Get |
get(java.lang.String name)
Returns the specified review.
|
MyBusiness.Accounts.Locations.Reviews.List |
list(java.lang.String parent)
Returns the paginated list of reviews for the specified location.
|
MyBusiness.Accounts.Locations.Reviews.UpdateReply |
updateReply(java.lang.String name,
ReviewReply content)
Updates the reply to the specified review.
|
public MyBusiness.Accounts.Locations.Reviews.DeleteReply deleteReply(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the review reply to delete.java.io.IOException
public MyBusiness.Accounts.Locations.Reviews.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the review to fetch.java.io.IOException
public MyBusiness.Accounts.Locations.Reviews.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The name of the location to fetch reviews for.java.io.IOException
public MyBusiness.Accounts.Locations.Reviews.UpdateReply updateReply(java.lang.String name, ReviewReply content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the review to respond to.content
- the ReviewReply
java.io.IOException
Copyright © 2011-2018 Google. All Rights Reserved.