Interface PartServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface PartServiceAsync.WithRawResponseA view of PartServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract PartServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<UploadPart>>create(String uploadId, PartCreateParams params)Returns a raw HTTP response for post /uploads/{upload_id}/parts, but is otherwise the same as PartServiceAsync.create.CompletableFuture<HttpResponseFor<UploadPart>>create(String uploadId, PartCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<UploadPart>>create(PartCreateParams params)abstract CompletableFuture<HttpResponseFor<UploadPart>>create(PartCreateParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract PartServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<HttpResponseFor<UploadPart>> create(String uploadId, PartCreateParams params) Returns a raw HTTP response for post /uploads/{upload_id}/parts, but is otherwise the same as PartServiceAsync.create.
 - 
                                        createCompletableFuture<HttpResponseFor<UploadPart>> create(String uploadId, PartCreateParams params, RequestOptions requestOptions) 
 - 
                                        createCompletableFuture<HttpResponseFor<UploadPart>> create(PartCreateParams params) 
 - 
                                        createabstract CompletableFuture<HttpResponseFor<UploadPart>> create(PartCreateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-