public class ListIntegrationTasksResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListIntegrationTasksResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationTasksResponse |
addItemsItem(ItemForListIntegrationTasksOutput itemsItem) |
boolean |
equals(Object o) |
@Valid List<ItemForListIntegrationTasksOutput> |
getItems()
Get items
|
Long |
getTotal()
Get total
|
int |
hashCode() |
ListIntegrationTasksResponse |
items(List<ItemForListIntegrationTasksOutput> items) |
void |
setItems(List<ItemForListIntegrationTasksOutput> items) |
void |
setTotal(Long total) |
String |
toString() |
ListIntegrationTasksResponse |
total(Long total) |
getResponseMetadata, setResponseMetadatapublic ListIntegrationTasksResponse items(List<ItemForListIntegrationTasksOutput> items)
public ListIntegrationTasksResponse addItemsItem(ItemForListIntegrationTasksOutput itemsItem)
@Valid public @Valid List<ItemForListIntegrationTasksOutput> getItems()
public void setItems(List<ItemForListIntegrationTasksOutput> items)
public ListIntegrationTasksResponse total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2026. All rights reserved.