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