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