public class ScopeListDTO extends Object
| Constructor and Description |
|---|
ScopeListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ScopeListDTO |
addListItem(ScopeListListDTO listItem) |
ScopeListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Scopes returned.
|
List<ScopeListListDTO> |
getList()
Get list
|
int |
hashCode() |
ScopeListDTO |
list(List<ScopeListListDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ScopeListListDTO> list) |
String |
toString() |
public ScopeListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ScopeListDTO list(List<ScopeListListDTO> list)
public ScopeListDTO addListItem(ScopeListListDTO listItem)
public List<ScopeListListDTO> getList()
public void setList(List<ScopeListListDTO> list)
Copyright © 2019 WSO2 Inc. All rights reserved.