Class ScopeListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.ScopeListDTO
-
public class ScopeListDTO extends Object
ScopeListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description ScopeListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of scopes available for tenant.List<ScopeDTO>getList()Get listinthashCode()ScopeListDTOlist(List<ScopeDTO> list)voidsetCount(Integer count)voidsetList(List<ScopeDTO> list)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public ScopeListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public ScopeListDTO list(List<ScopeDTO> list)
-
-