Class CampaignServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.growsurf.api.services.blocking.CampaignService.WithRawResponse
public final class CampaignServiceImpl.WithRawResponseImpl implements CampaignService.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.growsurf.api.services.blocking.CampaignService.WithRawResponse
clone, clone, clone, clone, clone, create, createMobileParticipantToken, createMobileParticipantToken, createMobileParticipantToken, getReferralFlowScreenshots, getReferralFlowScreenshots, getReferralFlowScreenshots, getReferralFlowScreenshots, getReferralFlowScreenshots, list, list, list, listCommissions, listCommissions, listCommissions, listCommissions, listCommissions, listLeaderboard, listLeaderboard, listLeaderboard, listLeaderboard, listLeaderboard, listParticipants, listParticipants, listParticipants, listParticipants, listParticipants, listPayouts, listPayouts, listPayouts, listPayouts, listPayouts, listReferrals, listReferrals, listReferrals, listReferrals, listReferrals, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveAnalytics, retrieveAnalytics, retrieveAnalytics, retrieveAnalytics, retrieveAnalytics, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
CampaignService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
participant
ParticipantService.WithRawResponse participant()
-
reward
RewardService.WithRawResponse reward()
Participant reward retrieval and manual reward operations.
-
commission
CommissionService.WithRawResponse commission()
Affiliate transaction, commission, and payout operations.
-
rewards
RewardsService.WithRawResponse rewards()
Campaign reward (
CampaignReward) configuration operations.
-
design
DesignService.WithRawResponse design()
Program Editor Design tab (
CampaignDesign) configuration operations.
-
emails
EmailsService.WithRawResponse emails()
Program Editor Emails tab (
CampaignEmails) configuration operations.
-
options
OptionsService.WithRawResponse options()
Program Editor Options tab (
CampaignOptions) configuration operations.
-
installation
InstallationService.WithRawResponse installation()
Program Editor Installation tab (
CampaignInstallation) configuration operations.
-
webhooks
WebhooksService.WithRawResponse webhooks()
Program webhook configuration (create, update, delete, and test webhooks).
-
create
HttpResponseFor<Campaign> create(CampaignCreateParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<Campaign> update(CampaignUpdateParams params, RequestOptions requestOptions)
-
clone
HttpResponseFor<Campaign> clone(CampaignCloneParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<Campaign> retrieve(CampaignRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<CampaignListResponse> list(CampaignListParams params, RequestOptions requestOptions)
-
getReferralFlowScreenshots
HttpResponseFor<ReferralFlowScreenshotsResponse> getReferralFlowScreenshots(CampaignGetReferralFlowScreenshotsParams params, RequestOptions requestOptions)
-
createMobileParticipantToken
HttpResponseFor<CampaignCreateMobileParticipantTokenResponse> createMobileParticipantToken(CampaignCreateMobileParticipantTokenParams params, RequestOptions requestOptions)
-
listCommissions
HttpResponseFor<ParticipantCommissionList> listCommissions(CampaignListCommissionsParams params, RequestOptions requestOptions)
-
listLeaderboard
HttpResponseFor<ParticipantList> listLeaderboard(CampaignListLeaderboardParams params, RequestOptions requestOptions)
-
listParticipants
HttpResponseFor<ParticipantList> listParticipants(CampaignListParticipantsParams params, RequestOptions requestOptions)
-
listPayouts
HttpResponseFor<ParticipantPayoutList> listPayouts(CampaignListPayoutsParams params, RequestOptions requestOptions)
-
listReferrals
HttpResponseFor<ReferralList> listReferrals(CampaignListReferralsParams params, RequestOptions requestOptions)
-
retrieveAnalytics
HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(CampaignRetrieveAnalyticsParams params, RequestOptions requestOptions)
-
-
-
-