public class InlineResponse2002 extends Object
| Constructor | Description |
|---|---|
InlineResponse2002() |
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse2002 |
addContentItem(InlineResponse2002Content contentItem) |
|
InlineResponse2002 |
content(List<InlineResponse2002Content> content) |
|
boolean |
equals(Object o) |
|
List<InlineResponse2002Content> |
getContent() |
Array of content objects representing the Card Art Asset.
|
String |
getId() |
Unique identifier for the Card Art Asset.
|
String |
getProvider() |
The provider of the Card Art Asset.
|
String |
getType() |
The type of Card Art Asset.
|
int |
hashCode() |
|
InlineResponse2002 |
id(String id) |
|
InlineResponse2002 |
provider(String provider) |
|
void |
setContent(List<InlineResponse2002Content> content) |
|
void |
setId(String id) |
|
void |
setProvider(String provider) |
|
void |
setType(String type) |
|
String |
toString() |
|
InlineResponse2002 |
type(String type) |
public InlineResponse2002 id(String id)
public String getId()
public void setId(String id)
public InlineResponse2002 type(String type)
public String getType()
public void setType(String type)
public InlineResponse2002 provider(String provider)
public String getProvider()
public void setProvider(String provider)
public InlineResponse2002 content(List<InlineResponse2002Content> content)
public InlineResponse2002 addContentItem(InlineResponse2002Content contentItem)
public List<InlineResponse2002Content> getContent()
public void setContent(List<InlineResponse2002Content> content)
Copyright © 2026. All rights reserved.