public class ListSupportedImagesResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListSupportedImagesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedImagesResponse |
addIntersectionItemsItem(IntersectionItemForListSupportedImagesOutput intersectionItemsItem) |
ListSupportedImagesResponse |
addItemsItem(ItemForListSupportedImagesOutput itemsItem) |
boolean |
equals(Object o) |
@Valid List<IntersectionItemForListSupportedImagesOutput> |
getIntersectionItems()
Get intersectionItems
|
@Valid List<ItemForListSupportedImagesOutput> |
getItems()
Get items
|
int |
hashCode() |
ListSupportedImagesResponse |
intersectionItems(List<IntersectionItemForListSupportedImagesOutput> intersectionItems) |
ListSupportedImagesResponse |
items(List<ItemForListSupportedImagesOutput> items) |
void |
setIntersectionItems(List<IntersectionItemForListSupportedImagesOutput> intersectionItems) |
void |
setItems(List<ItemForListSupportedImagesOutput> items) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic ListSupportedImagesResponse intersectionItems(List<IntersectionItemForListSupportedImagesOutput> intersectionItems)
public ListSupportedImagesResponse addIntersectionItemsItem(IntersectionItemForListSupportedImagesOutput intersectionItemsItem)
@Valid public @Valid List<IntersectionItemForListSupportedImagesOutput> getIntersectionItems()
public void setIntersectionItems(List<IntersectionItemForListSupportedImagesOutput> intersectionItems)
public ListSupportedImagesResponse items(List<ItemForListSupportedImagesOutput> items)
public ListSupportedImagesResponse addItemsItem(ItemForListSupportedImagesOutput itemsItem)
@Valid public @Valid List<ItemForListSupportedImagesOutput> getItems()
public void setItems(List<ItemForListSupportedImagesOutput> items)
Copyright © 2026. All rights reserved.