public class ShoppingContent.Returnpolicyonline extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Returnpolicyonline.Create |
class |
ShoppingContent.Returnpolicyonline.Delete |
class |
ShoppingContent.Returnpolicyonline.Get |
class |
ShoppingContent.Returnpolicyonline.List |
class |
ShoppingContent.Returnpolicyonline.Patch |
| Constructor and Description |
|---|
Returnpolicyonline() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Returnpolicyonline.Create |
create(Long merchantId,
ReturnPolicyOnline content)
Creates a new return policy.
|
ShoppingContent.Returnpolicyonline.Delete |
delete(Long merchantId,
String returnPolicyId)
Deletes an existing return policy.
|
ShoppingContent.Returnpolicyonline.Get |
get(Long merchantId,
String returnPolicyId)
Gets an existing return policy.
|
ShoppingContent.Returnpolicyonline.List |
list(Long merchantId)
Lists all existing return policies.
|
ShoppingContent.Returnpolicyonline.Patch |
patch(Long merchantId,
String returnPolicyId,
ReturnPolicyOnline content)
Updates an existing return policy.
|
public ShoppingContent.Returnpolicyonline.Create create(Long merchantId, ReturnPolicyOnline content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The id of the merchant for which to retrieve the return policy online object.content - the ReturnPolicyOnlineIOExceptionpublic ShoppingContent.Returnpolicyonline.Delete delete(Long merchantId, String returnPolicyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The id of the merchant for which to retrieve the return policy online object.returnPolicyId - Required. The id of the return policy to delete.IOExceptionpublic ShoppingContent.Returnpolicyonline.Get get(Long merchantId, String returnPolicyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The id of the merchant for which to retrieve the return policy online object.returnPolicyId - Required. The id of the return policy to retrieve.IOExceptionpublic ShoppingContent.Returnpolicyonline.List list(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The id of the merchant for which to retrieve the return policy online object.IOExceptionpublic ShoppingContent.Returnpolicyonline.Patch patch(Long merchantId, String returnPolicyId, ReturnPolicyOnline content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The id of the merchant for which to retrieve the return policy online object.returnPolicyId - Required. The id of the return policy to update.content - the ReturnPolicyOnlineIOExceptionCopyright © 2011–2022 Google. All rights reserved.