Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductCertification |
ProductCertification.clone() |
ProductCertification |
ProductCertification.set(String fieldName,
Object value) |
ProductCertification |
ProductCertification.setCertificationAuthority(String certificationAuthority)
The certification authority, for example "European_Commission".
|
ProductCertification |
ProductCertification.setCertificationCode(String certificationCode)
The certification code, for eaxample "123456".
|
ProductCertification |
ProductCertification.setCertificationName(String certificationName)
The name of the certification, for example "EPREL".
|
ProductCertification |
ProductCertification.setCertificationValue(String certificationValue)
The certification value (also known as class, level or grade), for example "A+", "C", "gold".
|
Modifier and Type | Method and Description |
---|---|
List<ProductCertification> |
Product.getCertifications()
Product [certification](https://support.google.com/merchants/answer/13528839), introduced for
EU energy efficiency labeling compliance using the [EU
EPREL](https://eprel.ec.europa.eu/screen/home) database.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setCertifications(List<ProductCertification> certifications)
Product [certification](https://support.google.com/merchants/answer/13528839), introduced for
EU energy efficiency labeling compliance using the [EU
EPREL](https://eprel.ec.europa.eu/screen/home) database.
|
Copyright © 2011–2024 Google. All rights reserved.