Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ApplicationListDTO
-
Packages that use ApplicationListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOSubscriptionValidationApi. applicationsGet(String xWSO2Tenant, Integer appId)Get all applications This will provide access to applications in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type ApplicationListDTO Modifier and Type Method Description ApiResponse<ApplicationListDTO>SubscriptionValidationApi. applicationsGetWithHttpInfo(String xWSO2Tenant, Integer appId)Get all applications This will provide access to applications in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type ApplicationListDTO Modifier and Type Method Description com.squareup.okhttp.CallSubscriptionValidationApi. applicationsGetAsync(String xWSO2Tenant, Integer appId, ApiCallback<ApplicationListDTO> callback)Get all applications (asynchronously) This will provide access to applications in database. -
Uses of ApplicationListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return ApplicationListDTO Modifier and Type Method Description ApplicationListDTOApplicationListDTO. addListItem(ApplicationDTO listItem)ApplicationListDTOApplicationListDTO. count(Integer count)ApplicationListDTOApplicationListDTO. list(List<ApplicationDTO> list)ApplicationListDTOApplicationListDTO. pagination(PaginationDTO pagination)
-