@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T12:42:08.204+05:30") public class ApplicationList extends Object
| Constructor and Description |
|---|
ApplicationList() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationList |
addListItem(ApplicationInfo listItem) |
ApplicationList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of applications returned.
|
List<ApplicationInfo> |
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() |
ApplicationList |
list(List<ApplicationInfo> list) |
ApplicationList |
next(String next) |
ApplicationList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationInfo> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public ApplicationList count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ApplicationList next(String next)
public String getNext()
public void setNext(String next)
public ApplicationList previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
public ApplicationList list(List<ApplicationInfo> list)
public ApplicationList addListItem(ApplicationInfo listItem)
public List<ApplicationInfo> getList()
public void setList(List<ApplicationInfo> list)
Copyright © 2018 WSO2 Inc. All rights reserved.