Class TemplateServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.TemplateService
public final class TemplateServiceImpl implements TemplateService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTemplateServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TemplateService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TemplateServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. BaseTemplateTenantAssociationretrieve(TemplateRetrieveParams params, RequestOptions requestOptions)TemplateListResponselist(TemplateListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TemplateService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TemplateService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
BaseTemplateTenantAssociation retrieve(TemplateRetrieveParams params, RequestOptions requestOptions)
-
list
TemplateListResponse list(TemplateListParams params, RequestOptions requestOptions)
-
-
-
-