Interface ContentServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface ContentServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceContentServiceAsync.WithRawResponseA view of ContentServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ContentServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ContentServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. 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- 
                                        withRawResponseabstract ContentServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract ContentServiceAsync 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) Retrieve Container File Content 
 - 
                                        retrieveCompletableFuture<HttpResponse> retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponse> retrieve(ContentRetrieveParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-