public class APIListDTO extends Object
| Constructor and Description |
|---|
APIListDTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Number of APIs returned.\n
|
List<ExtendedAPI> |
getList() |
String |
getNext()
Link to the next subset of resources qualified.\nEmpty if no more resources are to be returned.\n
|
APIListPaginationDTO |
getPagination() |
String |
getPrevious()
Link to the previous subset of resources qualified.\nEmpty if current subset is the first subset returned.\n
|
void |
setCount(Integer count) |
void |
setList(List<ExtendedAPI> list) |
void |
setNext(String next) |
void |
setPagination(APIListPaginationDTO pagination) |
void |
setPrevious(String previous) |
public Integer getCount()
public void setCount(Integer count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
public List<ExtendedAPI> getList()
public void setList(List<ExtendedAPI> list)
public APIListPaginationDTO getPagination()
public void setPagination(APIListPaginationDTO pagination)
Copyright © 2019 WSO2. All rights reserved.