Uses of Class
com.skava.marketplace.model.exchange.response.SaveAppPriceResponse
Packages that use SaveAppPriceResponse
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 SaveAppPriceResponse in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response that return SaveAppPriceResponse -
Uses of SaveAppPriceResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return SaveAppPriceResponseModifier and TypeMethodDescriptionCreateAppPricingServiceImpl.process
(CreateAppPricingRequestInternal input) PatchUpdateAppPriceServiceImpl.process
(UpdateAppPricingRequestInternal input) UpdateAppPricingServiceImpl.process
(UpdateAppPricingRequestInternal input) -
Uses of SaveAppPriceResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type SaveAppPriceResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SaveAppPriceResponse>
AppMetadataController.createAppPricing
(String authToken, String versionId, CreateAppPricingRequest request, String locale) org.springframework.http.ResponseEntity<SaveAppPriceResponse>
AppMetadataController.patchUpdateAppPricing
(String authToken, String versionId, String appVersion, String appId, UpdateAppPricingRequest request, String locale) org.springframework.http.ResponseEntity<SaveAppPriceResponse>
AppMetadataController.updateAppPricing
(String authToken, String versionId, String appVersion, String appId, UpdateAppPricingRequest request, String locale)