Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
InapplicabilityDetails |
InapplicabilityDetails.clone() |
InapplicabilityDetails |
InapplicabilityDetails.set(String fieldName,
Object value) |
InapplicabilityDetails |
InapplicabilityDetails.setInapplicableCount(Long inapplicableCount)
Count of this inapplicable reason code.
|
InapplicabilityDetails |
InapplicabilityDetails.setInapplicableReason(String inapplicableReason)
Reason code this rule was not applicable.
|
Modifier and Type | Method and Description |
---|---|
List<InapplicabilityDetails> |
RepricingRuleReport.getInapplicabilityDetails()
List of all reasons the rule did not apply to the inapplicable products during the specified
reporting period.
|
List<InapplicabilityDetails> |
RepricingProductReport.getInapplicabilityDetails()
List of all reasons the rule did not apply to the product during the specified reporting
period.
|
Modifier and Type | Method and Description |
---|---|
RepricingRuleReport |
RepricingRuleReport.setInapplicabilityDetails(List<InapplicabilityDetails> inapplicabilityDetails)
List of all reasons the rule did not apply to the inapplicable products during the specified
reporting period.
|
RepricingProductReport |
RepricingProductReport.setInapplicabilityDetails(List<InapplicabilityDetails> inapplicabilityDetails)
List of all reasons the rule did not apply to the product during the specified reporting
period.
|
Copyright © 2011–2023 Google. All rights reserved.