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