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