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