Package com.courier.services.blocking
Class ProfileServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.ProfileService
public final class ProfileServiceImpl implements ProfileService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProfileServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ProfileService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ProfileServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ListServicelists()ProfileCreateResponsecreate(ProfileCreateParams params, RequestOptions requestOptions)ProfileRetrieveResponseretrieve(ProfileRetrieveParams params, RequestOptions requestOptions)Unitupdate(ProfileUpdateParams params, RequestOptions requestOptions)Unitdelete(ProfileDeleteParams params, RequestOptions requestOptions)ProfileReplaceResponsereplace(ProfileReplaceParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.ProfileService
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
-
withRawResponse
ProfileService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ProfileService 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 lists()
-
create
ProfileCreateResponse create(ProfileCreateParams params, RequestOptions requestOptions)
-
retrieve
ProfileRetrieveResponse retrieve(ProfileRetrieveParams params, RequestOptions requestOptions)
-
update
Unit update(ProfileUpdateParams params, RequestOptions requestOptions)
-
delete
Unit delete(ProfileDeleteParams params, RequestOptions requestOptions)
-
replace
ProfileReplaceResponse replace(ProfileReplaceParams params, RequestOptions requestOptions)
-
-
-
-