Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ApplicationListDTO
Packages that use ApplicationListDTO
Package
Description
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return ApplicationListDTOModifier and TypeMethodDescriptionApplicationCollectionApi.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 ApplicationListDTOModifier and TypeMethodDescriptionApplicationCollectionApi.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 ApplicationListDTOModifier and TypeMethodDescriptionokhttp3.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