Uses of Class
com.skava.marketplace.model.exchange.response.UninstallSuccessResponse
Packages that use UninstallSuccessResponse
Package
Description
Exchange response model classes of the Appmarketplace Service available here.
Service implementations available in the Appmarketplace Service that are defined in this package.
Rest controllers available in the Appmarketplace Service that are maintained in this package.
-
Uses of UninstallSuccessResponse in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response that return UninstallSuccessResponseModifier and TypeMethodDescriptionUninstallSuccessResponse.fromDomainObject
(AppInstallationDO appInstallationDO) -
Uses of UninstallSuccessResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return UninstallSuccessResponseModifier and TypeMethodDescriptionAppUnInstallServiceImpl.process
(AppUninstallRequestInternal appUninstallRequestInternal) -
Uses of UninstallSuccessResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type UninstallSuccessResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UninstallSuccessResponse>
MerchantAppsController.appUninstall
(String authToken, String versionId, String locale, String appVersion, String appId, @Valid AppUninstallRequest appUpdateRequest)