public class ApplicationListDTO extends Object
| Constructor and Description |
|---|
ApplicationListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListDTO |
addListItem(ApplicationInfoDTO listItem) |
ApplicationListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of applications returned.
|
List<ApplicationInfoDTO> |
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() |
ApplicationListDTO |
list(List<ApplicationInfoDTO> list) |
ApplicationListDTO |
next(String next) |
ApplicationListDTO |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationInfoDTO> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public ApplicationListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ApplicationListDTO next(String next)
public String getNext()
public void setNext(String next)
public ApplicationListDTO previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
public ApplicationListDTO list(List<ApplicationInfoDTO> list)
public ApplicationListDTO addListItem(ApplicationInfoDTO listItem)
public List<ApplicationInfoDTO> getList()
public void setList(List<ApplicationInfoDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.