Package com.courier.services.blocking
Class BrandServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.BrandService
public final class BrandServiceImpl implements BrandService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBrandServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BrandService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BrandServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Brandcreate(BrandCreateParams params, RequestOptions requestOptions)Brandretrieve(BrandRetrieveParams params, RequestOptions requestOptions)Brandupdate(BrandUpdateParams params, RequestOptions requestOptions)BrandListResponselist(BrandListParams params, RequestOptions requestOptions)Unitdelete(BrandDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.BrandService
create, delete, delete, delete, delete, delete, list, list, list, 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
BrandService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BrandService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Brand create(BrandCreateParams params, RequestOptions requestOptions)
-
retrieve
Brand retrieve(BrandRetrieveParams params, RequestOptions requestOptions)
-
update
Brand update(BrandUpdateParams params, RequestOptions requestOptions)
-
list
BrandListResponse list(BrandListParams params, RequestOptions requestOptions)
-
delete
Unit delete(BrandDeleteParams params, RequestOptions requestOptions)
-
-
-
-