Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ApplicationListDTO
-
Packages that use ApplicationListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationCollectionApi. applicationsGet(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain)Retrieve/Search Applications This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type ApplicationListDTO Modifier and Type Method Description ApiResponse<ApplicationListDTO>ApplicationCollectionApi. applicationsGetWithHttpInfo(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain)Retrieve/Search Applications This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type ApplicationListDTO Modifier and Type Method Description okhttp3.CallApplicationCollectionApi. applicationsGetAsync(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain, ApiCallback<ApplicationListDTO> _callback)Retrieve/Search Applications (asynchronously) This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned. -
Uses of ApplicationListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationListDTO. count(Integer count)ApplicationListDTOApplicationListDTO. list(List<ApplicationInfoDTO> list)ApplicationListDTOApplicationListDTO. next(String next)ApplicationListDTOApplicationListDTO. previous(String previous)
-