Class GooglePlayIapReceiptResource
java.lang.Object
dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setGooglePlayIapReceiptService
(GooglePlayIapReceiptService googlePlayIapReceiptService) void
setValidationHelper
(ValidationHelper validationHelper) uploadGooglePlayIapPurchase
(CreateGooglePlayIapReceipt createGooglePlayIapReceipt)
-
Constructor Details
-
GooglePlayIapReceiptResource
public GooglePlayIapReceiptResource()
-
-
Method Details
-
uploadGooglePlayIapPurchase
@POST @Path("purchase") @Consumes("application/json") @Produces("application/json") public List<RewardIssuance> uploadGooglePlayIapPurchase(CreateGooglePlayIapReceipt createGooglePlayIapReceipt) -
getGooglePlayIapReceiptService
-
setGooglePlayIapReceiptService
@Inject public void setGooglePlayIapReceiptService(GooglePlayIapReceiptService googlePlayIapReceiptService) -
getValidationHelper
-
setValidationHelper
-