| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.clone() |
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.set(String fieldName,
Object value) |
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.setApprovedCountries(List<String> approvedCountries)
List of country codes (ISO 3166-1 alpha-2) where the offer is approved.
|
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.setDestination(String destination)
The name of the destination
|
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.setDisapprovedCountries(List<String> disapprovedCountries)
List of country codes (ISO 3166-1 alpha-2) where the offer is disapproved.
|
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.setPendingCountries(List<String> pendingCountries)
List of country codes (ISO 3166-1 alpha-2) where the offer is pending approval.
|
ProductStatusDestinationStatus |
ProductStatusDestinationStatus.setStatus(String status)
Destination approval status in `targetCountry` of the offer.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductStatusDestinationStatus> |
ProductStatus.getDestinationStatuses()
The intended destinations for the product.
|
| Modifier and Type | Method and Description |
|---|---|
ProductStatus |
ProductStatus.setDestinationStatuses(List<ProductStatusDestinationStatus> destinationStatuses)
The intended destinations for the product.
|
Copyright © 2011–2022 Google. All rights reserved.