Package com.openai.services.blocking
        Interface ModerationService.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface ModerationService.WithRawResponseA view of ModerationService that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ModerationService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ModerationCreateResponse>create(ModerationCreateParams params)Returns a raw HTTP response for post /moderations, but is otherwise the same as ModerationService.create.abstract HttpResponseFor<ModerationCreateResponse>create(ModerationCreateParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract ModerationService.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@MustBeClosed() HttpResponseFor<ModerationCreateResponse> create(ModerationCreateParams params) Returns a raw HTTP response for post /moderations, but is otherwise the same as ModerationService.create.
 - 
                                        create@MustBeClosed() abstract HttpResponseFor<ModerationCreateResponse> create(ModerationCreateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-