Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductIssue |
ProductIssue.clone() |
ProductIssue |
ProductIssue.set(String fieldName,
Object value) |
ProductIssue |
ProductIssue.setActions(List<Action> actions)
A list of actionable steps that can be executed to solve the issue.
|
ProductIssue |
ProductIssue.setImpact(ProductIssueImpact impact)
Clarifies the severity of the issue.
|
ProductIssue |
ProductIssue.setPrerenderedContent(String prerenderedContent)
Details of the issue as a pre-rendered HTML.
|
ProductIssue |
ProductIssue.setTitle(String title)
Title of the issue.
|
Modifier and Type | Method and Description |
---|---|
List<ProductIssue> |
RenderProductIssuesResponse.getIssues()
List of issues for a given product.
|
Modifier and Type | Method and Description |
---|---|
RenderProductIssuesResponse |
RenderProductIssuesResponse.setIssues(List<ProductIssue> issues)
List of issues for a given product.
|
Copyright © 2011–2024 Google. All rights reserved.