Uses of Class
com.skava.marketplace.model.exchange.response.PatchUpdatePrivateAppAssociationResponse
Packages that use PatchUpdatePrivateAppAssociationResponse
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 PatchUpdatePrivateAppAssociationResponse in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response that return PatchUpdatePrivateAppAssociationResponseModifier and TypeMethodDescriptionPatchUpdatePrivateAppAssociationResponse.fromDomainObject
(PatchUpdatePrivateAppAssociationDO patchUpdatePrivateAppAssociationDO) -
Uses of PatchUpdatePrivateAppAssociationResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return PatchUpdatePrivateAppAssociationResponseModifier and TypeMethodDescriptionPatchUpdatePrivateAppAssociationServiceImpl.process
(PatchUpdatePrivateAppAssociationRequestInternal input) -
Uses of PatchUpdatePrivateAppAssociationResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type PatchUpdatePrivateAppAssociationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatchUpdatePrivateAppAssociationResponse>
PrivateAppAssociationController.patchUpdatePrivateAppAssociation
(String appId, String appVersion, Long businessId, String authToken, String versionId, @Valid PatchUpdatePrivateAppAssociationRequest request)