| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ScopeDTO |
ScopeDTO.addRolesItem(String rolesItem) |
ScopeDTO |
ScopeDTO.description(String description) |
ScopeDTO |
ScopeDTO.displayName(String displayName) |
ScopeDTO |
ScopeDTO.name(String name) |
ScopeDTO |
ScopeDTO.roles(List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopeDTO> |
ScopesListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
ScopesListDTO |
ScopesListDTO.addListItem(ScopeDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
ScopesListDTO |
ScopesListDTO.list(List<ScopeDTO> list) |
void |
ScopesListDTO.setList(List<ScopeDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.