Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ApplicationListDTO
-
Packages that use ApplicationListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationsApi. applicationsGet(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch)Retrieve/Search Applications This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type ApplicationListDTO Modifier and Type Method Description ApiResponse<ApplicationListDTO>ApplicationsApi. applicationsGetWithHttpInfo(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch)Retrieve/Search Applications This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type ApplicationListDTO Modifier and Type Method Description okhttp3.CallApplicationsApi. applicationsGetAsync(String groupId, String query, String sortBy, String sortOrder, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ApplicationListDTO> _callback)Retrieve/Search Applications (asynchronously) This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token. -
Uses of ApplicationListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationListDTO. count(Integer count)ApplicationListDTOApplicationListDTO. list(List<ApplicationInfoDTO> list)ApplicationListDTOApplicationListDTO. pagination(PaginationDTO pagination)
-