Uses of Class
com.skava.marketplace.model.entity.InstallList
Packages that use InstallList
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
-
Uses of InstallList in com.skava.marketplace.model.domain
Constructor parameters in com.skava.marketplace.model.domain with type arguments of type InstallListModifierConstructorDescriptionAppInstallSummaryDO
(String appId, String appVersion, List<InstallList> installList, String appName) -
Uses of InstallList in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type InstallListModifierConstructorDescriptionQInstallList
(com.querydsl.core.types.Path<? extends InstallList> path) -
Uses of InstallList in com.skava.marketplace.model.exchange.response
Constructor parameters in com.skava.marketplace.model.exchange.response with type arguments of type InstallListModifierConstructorDescriptionFindInstallSummaryByIdResponse
(Integer totalInstalls, List<InstallList> installList)