Package com.courier.services.async
Class ProfileServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.ProfileServiceAsync.WithRawResponse
public final class ProfileServiceAsyncImpl.WithRawResponseImpl implements ProfileServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ProfileServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ListServiceAsync.WithRawResponselists()CompletableFuture<HttpResponseFor<ProfileCreateResponse>>create(ProfileCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProfileRetrieveResponse>>retrieve(ProfileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>update(ProfileUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ProfileDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProfileReplaceResponse>>replace(ProfileReplaceParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.ProfileServiceAsync.WithRawResponse
create, create, create, delete, delete, delete, delete, delete, replace, replace, replace, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ProfileServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<ProfileCreateResponse>> create(ProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProfileRetrieveResponse>> retrieve(ProfileRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponse> update(ProfileUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ProfileDeleteParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<HttpResponseFor<ProfileReplaceResponse>> replace(ProfileReplaceParams params, RequestOptions requestOptions)
-
-
-
-