Class RewardServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.growsurf.api.services.async.campaign.RewardServiceAsync
public final class RewardServiceAsyncImpl implements RewardServiceAsync
Participant reward retrieval and manual reward operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRewardServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RewardServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RewardServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<RewardDeleteResponse>delete(RewardDeleteParams params, RequestOptions requestOptions)CompletableFuture<RewardApproveResponse>approve(RewardApproveParams params, RequestOptions requestOptions)CompletableFuture<RewardFulfillResponse>fulfill(RewardFulfillParams params, RequestOptions requestOptions)-
Methods inherited from class com.growsurf.api.services.async.campaign.RewardServiceAsync
approve, approve, approve, delete, delete, delete, fulfill, fulfill, fulfill -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
RewardServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RewardServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
delete
CompletableFuture<RewardDeleteResponse> delete(RewardDeleteParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<RewardApproveResponse> approve(RewardApproveParams params, RequestOptions requestOptions)
-
fulfill
CompletableFuture<RewardFulfillResponse> fulfill(RewardFulfillParams params, RequestOptions requestOptions)
-
-
-
-