Interface ContentServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface ContentServiceAsync.WithRawResponseA view of ContentServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ContentServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>retrieve(String fileId, ContentRetrieveParams params)Returns a raw HTTP response for get /containers/{container_id}/files/{file_id}/content, but is otherwise the same as ContentServiceAsync.retrieve.CompletableFuture<HttpResponse>retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>retrieve(ContentRetrieveParams params)abstract CompletableFuture<HttpResponse>retrieve(ContentRetrieveParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract ContentServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        retrieveCompletableFuture<HttpResponse> retrieve(String fileId, ContentRetrieveParams params) Returns a raw HTTP response for get /containers/{container_id}/files/{file_id}/content, but is otherwise the same as ContentServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponse> retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-