Interface InstallationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InstallationServiceAsync.WithRawResponseA view of InstallationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InstallationServiceAsync.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
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(String id)
Returns a raw HTTP response for
get /campaign/{id}/installation, but is otherwise the same as InstallationServiceAsync.retrieve.
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(String id, InstallationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(String id, InstallationRetrieveParams params)
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(InstallationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(InstallationRetrieveParams params)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> retrieve(String id, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> update(String id, InstallationUpdateParams params)
Returns a raw HTTP response for
patch /campaign/{id}/installation, but is otherwise the same as InstallationServiceAsync.update.
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> update(String id, InstallationUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> update(String id)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> update(InstallationUpdateParams params)
-
update
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CampaignInstallation>> update(InstallationUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<CampaignInstallation>> update(String id, RequestOptions requestOptions)
-
-
-
-