Class RewardServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.growsurf.api.services.async.campaign.RewardServiceAsync.WithRawResponse
public final class RewardServiceAsyncImpl.WithRawResponseImpl implements RewardServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RewardServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<RewardDeleteResponse>>delete(RewardDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RewardApproveResponse>>approve(RewardApproveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RewardFulfillResponse>>fulfill(RewardFulfillParams params, RequestOptions requestOptions)-
Methods inherited from class com.growsurf.api.services.async.campaign.RewardServiceAsync.WithRawResponse
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
-
withOptions
RewardServiceAsync.WithRawResponse 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<HttpResponseFor<RewardDeleteResponse>> delete(RewardDeleteParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<RewardApproveResponse>> approve(RewardApproveParams params, RequestOptions requestOptions)
-
fulfill
CompletableFuture<HttpResponseFor<RewardFulfillResponse>> fulfill(RewardFulfillParams params, RequestOptions requestOptions)
-
-
-
-