Interface ClientSecretServiceAsync.WithRawResponse
- 
                    
                    
- All Implemented Interfaces:
 
public interface ClientSecretServiceAsync.WithRawResponseA view of ClientSecretServiceAsync that provides access to raw HTTP responses for each method.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description abstract ClientSecretServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>>create()Returns a raw HTTP response for post /realtime/client_secrets, but is otherwise the same as ClientSecretServiceAsync.create.abstract CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>>create(ClientSecretCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>>create(ClientSecretCreateParams params)CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>>create(RequestOptions requestOptions)- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
abstract ClientSecretServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
create
CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>> create()
Returns a raw HTTP response for
post /realtime/client_secrets, but is otherwise the same as ClientSecretServiceAsync.create. 
- 
                                        
create
abstract CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>> create(ClientSecretCreateParams params, RequestOptions requestOptions)
 
- 
                                        
create
CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>> create(ClientSecretCreateParams params)
 
- 
                                        
create
CompletableFuture<HttpResponseFor<ClientSecretCreateResponse>> create(RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -