public class ShoppingContent.Freelistingsprogram extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Freelistingsprogram.Checkoutsettings
The "checkoutsettings" collection of methods.
|
class |
ShoppingContent.Freelistingsprogram.Get |
class |
ShoppingContent.Freelistingsprogram.Requestreview |
Constructor and Description |
---|
Freelistingsprogram() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Freelistingsprogram.Checkoutsettings |
checkoutsettings()
An accessor for creating requests from the Checkoutsettings collection.
|
ShoppingContent.Freelistingsprogram.Get |
get(Long merchantId)
Retrieves the status and review eligibility for the free listing program.
|
ShoppingContent.Freelistingsprogram.Requestreview |
requestreview(Long merchantId,
RequestReviewFreeListingsRequest content)
Requests a review of free listings in a specific region.
|
public ShoppingContent.Freelistingsprogram.Get get(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account.IOException
public ShoppingContent.Freelistingsprogram.Requestreview requestreview(Long merchantId, RequestReviewFreeListingsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- Required. The ID of the account.content
- the RequestReviewFreeListingsRequest
IOException
public ShoppingContent.Freelistingsprogram.Checkoutsettings checkoutsettings()
The typical use is:
ShoppingContent content = new ShoppingContent(...);
ShoppingContent.Checkoutsettings.List request = content.checkoutsettings().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.