Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ScopeInfoDTO
-
Packages that use ScopeInfoDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ScopeInfoDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ScopeInfoDTO Modifier and Type Method Description ScopeInfoDTOScopeInfoDTO. description(String description)ScopeInfoDTOScopeInfoDTO. key(String key)ScopeInfoDTOScopeInfoDTO. name(String name)ScopeInfoDTOScopeInfoDTO. roles(List<String> roles)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type ScopeInfoDTO Modifier and Type Method Description List<ScopeInfoDTO>ScopeListDTO. getList()Get listList<ScopeInfoDTO>APIDTO. getScopes()Get scopesList<ScopeInfoDTO>ApplicationDTO. getSubscriptionScopes()Get subscriptionScopesMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type ScopeInfoDTO Modifier and Type Method Description ScopeListDTOScopeListDTO. list(List<ScopeInfoDTO> list)APIDTOAPIDTO. scopes(List<ScopeInfoDTO> scopes)voidScopeListDTO. setList(List<ScopeInfoDTO> list)voidAPIDTO. setScopes(List<ScopeInfoDTO> scopes)voidApplicationDTO. setSubscriptionScopes(List<ScopeInfoDTO> subscriptionScopes)ApplicationDTOApplicationDTO. subscriptionScopes(List<ScopeInfoDTO> subscriptionScopes)
-