Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationListDTO
-
Packages that use ApplicationListDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOGetApplicationInfoApi. 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 ApplicationListDTO Modifier and Type Method Description ApiResponse<ApplicationListDTO>GetApplicationInfoApi. 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 ApplicationListDTO Modifier and Type Method Description com.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 ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationListDTO. addListItem(ApplicationInfoDTO listItem)ApplicationListDTOApplicationListDTO. count(Integer count)ApplicationListDTOApplicationListDTO. list(List<ApplicationInfoDTO> list)
-