Package com.courier.services.blocking
Class ProfileServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.ProfileService.WithRawResponse
public final class ProfileServiceImpl.WithRawResponseImpl implements ProfileService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ProfileService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ListService.WithRawResponselists()HttpResponseFor<ProfileCreateResponse>create(ProfileCreateParams params, RequestOptions requestOptions)HttpResponseFor<ProfileRetrieveResponse>retrieve(ProfileRetrieveParams params, RequestOptions requestOptions)HttpResponseupdate(ProfileUpdateParams params, RequestOptions requestOptions)HttpResponsedelete(ProfileDeleteParams params, RequestOptions requestOptions)HttpResponseFor<ProfileReplaceResponse>replace(ProfileReplaceParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.ProfileService.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
ProfileService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
lists
ListService.WithRawResponse lists()
-
create
HttpResponseFor<ProfileCreateResponse> create(ProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<ProfileRetrieveResponse> retrieve(ProfileRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponse update(ProfileUpdateParams params, RequestOptions requestOptions)
-
delete
HttpResponse delete(ProfileDeleteParams params, RequestOptions requestOptions)
-
replace
HttpResponseFor<ProfileReplaceResponse> replace(ProfileReplaceParams params, RequestOptions requestOptions)
-
-
-
-