Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
Packages that use ApplicationListDTO
Package
Description
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return ApplicationListDTOModifier and TypeMethodDescriptionGetApplicationInfoApi.applicationsGet(String name, String uuid, String tenantDomain) Get the applications information by providing the application name or uuid.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type ApplicationListDTOModifier and TypeMethodDescriptionGetApplicationInfoApi.applicationsGetWithHttpInfo(String name, String uuid, String tenantDomain) Get the applications information by providing the application name or uuid.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type ApplicationListDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallGetApplicationInfoApi.applicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback) Get the applications information by providing the application name or uuid. -
Uses of ApplicationListDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return ApplicationListDTOModifier and TypeMethodDescriptionApplicationListDTO.addListItem(ApplicationInfoDTO listItem) ApplicationListDTO.list(List<ApplicationInfoDTO> list)