Interface VersionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface VersionServiceAsync.WithRawResponseA view of VersionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract VersionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>>retrieve(String version, VersionRetrieveParams params)Returns a raw HTTP response for get /tenants/{tenant_id}/templates/{template_id}/versions/{version}, but is otherwise the same as VersionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>>retrieve(String version, VersionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>>retrieve(VersionRetrieveParams params)abstract CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>>retrieve(VersionRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract VersionServiceAsync.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
CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>> retrieve(String version, VersionRetrieveParams params)
Returns a raw HTTP response for
get /tenants/{tenant_id}/templates/{template_id}/versions/{version}, but is otherwise the same as VersionServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>> retrieve(String version, VersionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>> retrieve(VersionRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BaseTemplateTenantAssociation>> retrieve(VersionRetrieveParams params, RequestOptions requestOptions)
-
-
-
-