Interface ContentServiceAsync
-
- All Implemented Interfaces:
public interface ContentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
ContentServiceAsync.WithRawResponse
A view of ContentServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ContentServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<HttpResponse>
retrieve(String fileId, ContentRetrieveParams params)
Retrieve Container File Content CompletableFuture<HttpResponse>
retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponse>
retrieve(ContentRetrieveParams params)
abstract CompletableFuture<HttpResponse>
retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract ContentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<HttpResponse> retrieve(String fileId, ContentRetrieveParams params)
Retrieve Container File Content
-
retrieve
CompletableFuture<HttpResponse> retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
-
-