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
|
int |
hashCode() |
ApplicationListDTO |
list(List<ApplicationInfoDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationInfoDTO> list) |
String |
toString() |
public ApplicationListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ApplicationListDTO list(List<ApplicationInfoDTO> list)
public ApplicationListDTO addListItem(ApplicationInfoDTO listItem)
public List<ApplicationInfoDTO> getList()
public void setList(List<ApplicationInfoDTO> list)
Copyright © 2022 WSO2 Inc. All rights reserved.