public class ApplicationListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
static String |
SERIALIZED_NAME_NEXT |
static String |
SERIALIZED_NAME_PREVIOUS |
| Constructor and Description |
|---|
ApplicationListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_PREVIOUS
public static final String SERIALIZED_NAME_LIST
public ApplicationListDTO count(Integer count)
public void setCount(Integer count)
public ApplicationListDTO next(String next)
@Nullable public String getNext()
public void setNext(String next)
public ApplicationListDTO previous(String previous)
@Nullable public String getPrevious()
public void setPrevious(String previous)
public ApplicationListDTO list(List<ApplicationInfoDTO> list)
@Nullable public List<ApplicationInfoDTO> getList()
public void setList(List<ApplicationInfoDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.