Class VersionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.tenants.templates.VersionServiceAsync
public final class VersionServiceAsyncImpl implements VersionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVersionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description VersionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. VersionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BaseTemplateTenantAssociation>retrieve(VersionRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
VersionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
VersionServiceAsync 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(VersionRetrieveParams params, RequestOptions requestOptions)
-
-
-
-