Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ScopeDTO
-
Packages that use ScopeDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of ScopeDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return ScopeDTO Modifier and Type Method Description ScopeDTOScopeDTO. addRolesItem(String rolesItem)ScopeDTOScopeDTO. description(String description)ScopeDTOScopeDTO. displayName(String displayName)ScopeDTOScopeDTO. name(String name)ScopeDTOScopeDTO. roles(List<String> roles)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type ScopeDTO Modifier and Type Method Description List<ScopeDTO>ScopesListDTO. getList()Get listMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type ScopeDTO Modifier and Type Method Description ScopesListDTOScopesListDTO. addListItem(ScopeDTO listItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type ScopeDTO Modifier and Type Method Description ScopesListDTOScopesListDTO. list(List<ScopeDTO> list)voidScopesListDTO. setList(List<ScopeDTO> list)
-