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