Class VersionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.tenants.templates.VersionService.WithRawResponse
public final class VersionServiceImpl.WithRawResponseImpl implements VersionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description VersionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<BaseTemplateTenantAssociation>retrieve(VersionRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
VersionService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponseFor<BaseTemplateTenantAssociation> retrieve(VersionRetrieveParams params, RequestOptions requestOptions)
-
-
-
-