public class InlineResponse2001 extends Object
| Constructor and Description |
|---|
InlineResponse2001() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
addContentItem(InlineResponse2001Content contentItem) |
InlineResponse2001 |
content(List<InlineResponse2001Content> content) |
boolean |
equals(Object o) |
List<InlineResponse2001Content> |
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() |
InlineResponse2001 |
id(String id) |
InlineResponse2001 |
provider(String provider) |
void |
setContent(List<InlineResponse2001Content> content) |
void |
setId(String id) |
void |
setProvider(String provider) |
void |
setType(String type) |
String |
toString() |
InlineResponse2001 |
type(String type) |
public InlineResponse2001 id(String id)
public String getId()
public void setId(String id)
public InlineResponse2001 type(String type)
public String getType()
public void setType(String type)
public InlineResponse2001 provider(String provider)
public String getProvider()
public void setProvider(String provider)
public InlineResponse2001 content(List<InlineResponse2001Content> content)
public InlineResponse2001 addContentItem(InlineResponse2001Content contentItem)
public List<InlineResponse2001Content> getContent()
public void setContent(List<InlineResponse2001Content> content)
Copyright © 2026. All rights reserved.