Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ScopeListDTO
-
Packages that use ScopeListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ScopeListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ScopeListDTO Modifier and Type Method Description ScopeListDTOScopesApi. getSharedScopes(Integer limit, Integer offset)Get All Available Shared Scopes This operation can be used to get all the available Shared Scopes.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ScopeListDTO Modifier and Type Method Description ApiResponse<ScopeListDTO>ScopesApi. getSharedScopesWithHttpInfo(Integer limit, Integer offset)Get All Available Shared Scopes This operation can be used to get all the available Shared Scopes.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ScopeListDTO Modifier and Type Method Description okhttp3.CallScopesApi. getSharedScopesAsync(Integer limit, Integer offset, ApiCallback<ScopeListDTO> _callback)Get All Available Shared Scopes (asynchronously) This operation can be used to get all the available Shared Scopes. -
Uses of ScopeListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ScopeListDTO Modifier and Type Method Description ScopeListDTOScopeListDTO. count(Integer count)ScopeListDTOScopeListDTO. list(List<ScopeDTO> list)ScopeListDTOScopeListDTO. pagination(PaginationDTO pagination)
-