Interface DataRetentionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DataRetentionServiceAsync.WithRawResponseA view of DataRetentionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DataRetentionServiceAsync.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<ProjectDataRetention>> retrieve(String projectId)
Returns a raw HTTP response for
get /organization/projects/{project_id}/data_retention, but is otherwise the same as DataRetentionServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<ProjectDataRetention>> retrieve(String projectId, DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectDataRetention>> retrieve(String projectId, DataRetentionRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<ProjectDataRetention>> retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectDataRetention>> retrieve(DataRetentionRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectDataRetention>> retrieve(String projectId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectDataRetention>> update(String projectId, DataRetentionUpdateParams params)
Returns a raw HTTP response for
post /organization/projects/{project_id}/data_retention, but is otherwise the same as DataRetentionServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<ProjectDataRetention>> update(String projectId, DataRetentionUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectDataRetention>> update(DataRetentionUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<ProjectDataRetention>> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-