Interface CampaignService.WithRawResponse
-
- All Implemented Interfaces:
public interface CampaignService.WithRawResponseA view of CampaignService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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
abstract ParticipantService.WithRawResponse participant()
-
reward
abstract RewardService.WithRawResponse reward()
Participant reward retrieval and manual reward operations.
-
commission
abstract CommissionService.WithRawResponse commission()
Affiliate transaction, commission, and payout operations.
-
retrieve
@MustBeClosed() HttpResponseFor<Campaign> retrieve(String id)
Returns a raw HTTP response for
get /campaign/{id}, but is otherwise the same as CampaignService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<Campaign> retrieve(String id, CampaignRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<Campaign> retrieve(String id, CampaignRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<Campaign> retrieve(CampaignRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<Campaign> retrieve(CampaignRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<Campaign> retrieve(String id, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<CampaignListResponse> list()
Returns a raw HTTP response for
get /campaigns, but is otherwise the same as CampaignService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<CampaignListResponse> list(CampaignListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<CampaignListResponse> list(CampaignListParams params)
-
list
@MustBeClosed() HttpResponseFor<CampaignListResponse> list(RequestOptions requestOptions)
-
listCommissions
@MustBeClosed() HttpResponseFor<ParticipantCommissionList> listCommissions(String id)
Returns a raw HTTP response for
get /campaign/{id}/commissions, but is otherwise the same as CampaignService.listCommissions.
-
listCommissions
@MustBeClosed() HttpResponseFor<ParticipantCommissionList> listCommissions(String id, CampaignListCommissionsParams params, RequestOptions requestOptions)
-
listCommissions
@MustBeClosed() HttpResponseFor<ParticipantCommissionList> listCommissions(String id, CampaignListCommissionsParams params)
-
listCommissions
@MustBeClosed() abstract HttpResponseFor<ParticipantCommissionList> listCommissions(CampaignListCommissionsParams params, RequestOptions requestOptions)
-
listCommissions
@MustBeClosed() HttpResponseFor<ParticipantCommissionList> listCommissions(CampaignListCommissionsParams params)
-
listCommissions
@MustBeClosed() HttpResponseFor<ParticipantCommissionList> listCommissions(String id, RequestOptions requestOptions)
-
listLeaderboard
@MustBeClosed() HttpResponseFor<ParticipantList> listLeaderboard(String id)
Returns a raw HTTP response for
get /campaign/{id}/leaderboard, but is otherwise the same as CampaignService.listLeaderboard.
-
listLeaderboard
@MustBeClosed() HttpResponseFor<ParticipantList> listLeaderboard(String id, CampaignListLeaderboardParams params, RequestOptions requestOptions)
-
listLeaderboard
@MustBeClosed() HttpResponseFor<ParticipantList> listLeaderboard(String id, CampaignListLeaderboardParams params)
-
listLeaderboard
@MustBeClosed() abstract HttpResponseFor<ParticipantList> listLeaderboard(CampaignListLeaderboardParams params, RequestOptions requestOptions)
-
listLeaderboard
@MustBeClosed() HttpResponseFor<ParticipantList> listLeaderboard(CampaignListLeaderboardParams params)
-
listLeaderboard
@MustBeClosed() HttpResponseFor<ParticipantList> listLeaderboard(String id, RequestOptions requestOptions)
-
listParticipants
@MustBeClosed() HttpResponseFor<ParticipantList> listParticipants(String id)
Returns a raw HTTP response for
get /campaign/{id}/participants, but is otherwise the same as CampaignService.listParticipants.
-
listParticipants
@MustBeClosed() HttpResponseFor<ParticipantList> listParticipants(String id, CampaignListParticipantsParams params, RequestOptions requestOptions)
-
listParticipants
@MustBeClosed() HttpResponseFor<ParticipantList> listParticipants(String id, CampaignListParticipantsParams params)
-
listParticipants
@MustBeClosed() abstract HttpResponseFor<ParticipantList> listParticipants(CampaignListParticipantsParams params, RequestOptions requestOptions)
-
listParticipants
@MustBeClosed() HttpResponseFor<ParticipantList> listParticipants(CampaignListParticipantsParams params)
-
listParticipants
@MustBeClosed() HttpResponseFor<ParticipantList> listParticipants(String id, RequestOptions requestOptions)
-
listPayouts
@MustBeClosed() HttpResponseFor<ParticipantPayoutList> listPayouts(String id)
Returns a raw HTTP response for
get /campaign/{id}/payouts, but is otherwise the same as CampaignService.listPayouts.
-
listPayouts
@MustBeClosed() HttpResponseFor<ParticipantPayoutList> listPayouts(String id, CampaignListPayoutsParams params, RequestOptions requestOptions)
-
listPayouts
@MustBeClosed() HttpResponseFor<ParticipantPayoutList> listPayouts(String id, CampaignListPayoutsParams params)
-
listPayouts
@MustBeClosed() abstract HttpResponseFor<ParticipantPayoutList> listPayouts(CampaignListPayoutsParams params, RequestOptions requestOptions)
-
listPayouts
@MustBeClosed() HttpResponseFor<ParticipantPayoutList> listPayouts(CampaignListPayoutsParams params)
-
listPayouts
@MustBeClosed() HttpResponseFor<ParticipantPayoutList> listPayouts(String id, RequestOptions requestOptions)
-
listReferrals
@MustBeClosed() HttpResponseFor<ReferralList> listReferrals(String id)
Returns a raw HTTP response for
get /campaign/{id}/referrals, but is otherwise the same as CampaignService.listReferrals.
-
listReferrals
@MustBeClosed() HttpResponseFor<ReferralList> listReferrals(String id, CampaignListReferralsParams params, RequestOptions requestOptions)
-
listReferrals
@MustBeClosed() HttpResponseFor<ReferralList> listReferrals(String id, CampaignListReferralsParams params)
-
listReferrals
@MustBeClosed() abstract HttpResponseFor<ReferralList> listReferrals(CampaignListReferralsParams params, RequestOptions requestOptions)
-
listReferrals
@MustBeClosed() HttpResponseFor<ReferralList> listReferrals(CampaignListReferralsParams params)
-
listReferrals
@MustBeClosed() HttpResponseFor<ReferralList> listReferrals(String id, RequestOptions requestOptions)
-
retrieveAnalytics
@MustBeClosed() HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(String id)
Returns a raw HTTP response for
get /campaign/{id}/analytics, but is otherwise the same as CampaignService.retrieveAnalytics.
-
retrieveAnalytics
@MustBeClosed() HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(String id, CampaignRetrieveAnalyticsParams params, RequestOptions requestOptions)
-
retrieveAnalytics
@MustBeClosed() HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(String id, CampaignRetrieveAnalyticsParams params)
-
retrieveAnalytics
@MustBeClosed() abstract HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(CampaignRetrieveAnalyticsParams params, RequestOptions requestOptions)
-
retrieveAnalytics
@MustBeClosed() HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(CampaignRetrieveAnalyticsParams params)
-
retrieveAnalytics
@MustBeClosed() HttpResponseFor<CampaignRetrieveAnalyticsResponse> retrieveAnalytics(String id, RequestOptions requestOptions)
-
-
-
-