Uses of Class
com.skava.marketplace.model.exchange.response.AppHistoryResponse
Packages that use AppHistoryResponse
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 AppHistoryResponse in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response that return AppHistoryResponseModifier and TypeMethodDescriptionAppHistoryResponse.fromDomainObject
(CreateAppHistoryDO createAppHistoryDO) AppHistoryResponse.fromEntity
(AppHistory history) -
Uses of AppHistoryResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return AppHistoryResponseModifier and TypeMethodDescriptionCreateAppHistoryServiceImpl.process
(CreateAppHistoryRequestInternal input) -
Uses of AppHistoryResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type AppHistoryResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AppHistoryResponse>
AppHistoryController.createAppHistory
(String appId, String appVersion, Long businessId, String authToken, String versionId, @Valid CreateAppHistoryRequest createAppHistoryRequest)