Interface RenderProductIssuesResponseOrBuilder (0.2.0)

public interface RenderProductIssuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRenderedIssues(int index)

public abstract RenderedIssue getRenderedIssues(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssue

getRenderedIssuesCount()

public abstract int getRenderedIssuesCount()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;

Returns
Type Description
int

getRenderedIssuesList()

public abstract List<RenderedIssue> getRenderedIssuesList()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;

Returns
Type Description
List<RenderedIssue>

getRenderedIssuesOrBuilder(int index)

public abstract RenderedIssueOrBuilder getRenderedIssuesOrBuilder(int index)

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;

Parameter
Name Description
index int
Returns
Type Description
RenderedIssueOrBuilder

getRenderedIssuesOrBuilderList()

public abstract List<? extends RenderedIssueOrBuilder> getRenderedIssuesOrBuilderList()

List of issues for a given product.

This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.issueresolution.v1beta.RenderedIssueOrBuilder>