Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ApplicationListDTO
Packages that use ApplicationListDTO
Package
Description
-
Uses of ApplicationListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return ApplicationListDTOModifier and TypeMethodDescriptionSubscriptionValidationApi.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 ApplicationListDTOModifier and TypeMethodDescriptionSubscriptionValidationApi.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 ApplicationListDTOModifier and TypeMethodDescriptioncom.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 ApplicationListDTOModifier and TypeMethodDescriptionApplicationListDTO.addListItem(ApplicationDTO listItem) ApplicationListDTO.list(List<ApplicationDTO> list) ApplicationListDTO.pagination(PaginationDTO pagination)