Uses of Class
com.skava.marketplace.model.exchange.request.CreateAppHistoryRequest
Packages that use CreateAppHistoryRequest
Package
Description
Rest controllers available in the Appmarketplace Service that are maintained in this package.
-
Uses of CreateAppHistoryRequest in com.skava.marketplace.web
Methods in com.skava.marketplace.web with parameters of type CreateAppHistoryRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AppHistoryResponse>
AppHistoryController.createAppHistory
(String appId, String appVersion, Long businessId, String authToken, String versionId, @Valid CreateAppHistoryRequest createAppHistoryRequest)