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