@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-05-09T06:36:48.873Z") public class APIList extends Object
| Constructor and Description |
|---|
APIList() |
| Modifier and Type | Method and Description |
|---|---|
APIList |
addListItem(APIInfo listItem) |
APIList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of APIs returned.
|
List<APIInfo> |
getList()
Get list
|
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
int |
hashCode() |
APIList |
list(List<APIInfo> list) |
APIList |
next(String next) |
APIList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<APIInfo> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public Integer getCount()
public void setCount(Integer count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
Copyright © 2017 WSO2. All rights reserved.