target.apidocs.com.google.api.services.content.model.RenderAccountIssuesResponse.html Maven / Gradle / Ivy
RenderAccountIssuesResponse (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class RenderAccountIssuesResponse
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.content.model.RenderAccountIssuesResponse
-
public final class RenderAccountIssuesResponse
extends com.google.api.client.json.GenericJson
Response containing support content and actions for listed account issues.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation
see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
RenderAccountIssuesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RenderAccountIssuesResponse
clone()
AlternateDisputeResolution
getAlternateDisputeResolution()
The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their
appeal to an [external body](https://support.google.com/european-union-digital-services-act-
redress-options/answer/13535501).
List<AccountIssue>
getIssues()
List of account issues for a given account.
RenderAccountIssuesResponse
set(String fieldName,
Object value)
RenderAccountIssuesResponse
setAlternateDisputeResolution(AlternateDisputeResolution alternateDisputeResolution)
The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their
appeal to an [external body](https://support.google.com/european-union-digital-services-act-
redress-options/answer/13535501).
RenderAccountIssuesResponse
setIssues(List<AccountIssue> issues)
List of account issues for a given account.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAlternateDisputeResolution
public AlternateDisputeResolution getAlternateDisputeResolution()
The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their
appeal to an [external body](https://support.google.com/european-union-digital-services-act-
redress-options/answer/13535501). If the ADR is present, it MUST be available to the merchant
on the page that shows the list with their account issues.
- Returns:
- value or
null
for none
-
setAlternateDisputeResolution
public RenderAccountIssuesResponse setAlternateDisputeResolution(AlternateDisputeResolution alternateDisputeResolution)
The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their
appeal to an [external body](https://support.google.com/european-union-digital-services-act-
redress-options/answer/13535501). If the ADR is present, it MUST be available to the merchant
on the page that shows the list with their account issues.
- Parameters:
alternateDisputeResolution
- alternateDisputeResolution or null
for none
-
getIssues
public List<AccountIssue> getIssues()
List of account issues for a given account. 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.
- Returns:
- value or
null
for none
-
setIssues
public RenderAccountIssuesResponse setIssues(List<AccountIssue> issues)
List of account issues for a given account. 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.
- Parameters:
issues
- issues or null
for none
-
set
public RenderAccountIssuesResponse set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public RenderAccountIssuesResponse clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy