public class WebhooksSubscriptionsListDTO extends Object
| Constructor and Description |
|---|
WebhooksSubscriptionsListDTO() |
| Modifier and Type | Method and Description |
|---|---|
WebhooksSubscriptionsListDTO |
addListItem(WebhooksSubscriptionDTO listItem) |
boolean |
equals(Object o) |
List<WebhooksSubscriptionDTO> |
getList()
Get list
|
PaginationDTO |
getPagination()
Get pagination
|
int |
hashCode() |
WebhooksSubscriptionsListDTO |
list(List<WebhooksSubscriptionDTO> list) |
WebhooksSubscriptionsListDTO |
pagination(PaginationDTO pagination) |
void |
setList(List<WebhooksSubscriptionDTO> list) |
void |
setPagination(PaginationDTO pagination) |
String |
toString() |
public WebhooksSubscriptionsListDTO list(List<WebhooksSubscriptionDTO> list)
public WebhooksSubscriptionsListDTO addListItem(WebhooksSubscriptionDTO listItem)
public List<WebhooksSubscriptionDTO> getList()
public void setList(List<WebhooksSubscriptionDTO> list)
public WebhooksSubscriptionsListDTO pagination(PaginationDTO pagination)
public PaginationDTO getPagination()
public void setPagination(PaginationDTO pagination)
Copyright © 2021 WSO2 Inc. All rights reserved.