Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ScopesListDTO
-
Packages that use ScopesListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of ScopesListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return ScopesListDTO Modifier and Type Method Description ScopesListDTOSubscriptionValidationApi. scopesGet(String xWSO2Tenant, String scopeKey)Get all scopes.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type ScopesListDTO Modifier and Type Method Description ApiResponse<ScopesListDTO>SubscriptionValidationApi. scopesGetWithHttpInfo(String xWSO2Tenant, String scopeKey)Get all scopes.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type ScopesListDTO Modifier and Type Method Description com.squareup.okhttp.CallSubscriptionValidationApi. scopesGetAsync(String xWSO2Tenant, String scopeKey, ApiCallback<ScopesListDTO> callback)Get all scopes. -
Uses of ScopesListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return ScopesListDTO Modifier and Type Method Description ScopesListDTOScopesListDTO. addListItem(ScopeDTO listItem)ScopesListDTOScopesListDTO. count(Integer count)ScopesListDTOScopesListDTO. list(List<ScopeDTO> list)ScopesListDTOScopesListDTO. pagination(PaginationDTO pagination)
-