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
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 -
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.
-
retrieve
HttpResponseFor<Campaign> retrieve(CampaignRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<CampaignListResponse> list(CampaignListParams 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)
-
-
-
-