public class ScopeListDTO
extends Object
ScopeListDTO
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Number of scopes available for tenant.
int
void
void
-
Field Details
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
-
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
-
-
Constructor Details
-
ScopeListDTO
public ScopeListDTO()
-
Method Details
-
-
getCount
Number of scopes available for tenant.
- Returns:
- count
-
setCount
public void setCount(Integer count)
-
-
getList
Get list
- Returns:
- list
-
-
-
-