Class ModerationCreateResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ModerationCreateResponse.BuilderA builder for ModerationCreateResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ModerationCreateResponse.Builder id(String id) The unique identifier for the moderation request. 
 - 
                                        idfinal ModerationCreateResponse.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        modelfinal ModerationCreateResponse.Builder model(String model) The model used to generate the moderation results. 
 - 
                                        modelfinal ModerationCreateResponse.Builder model(JsonField<String> model) Sets Builder.model to an arbitrary JSON value. You should usually call Builder.model with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        resultsfinal ModerationCreateResponse.Builder results(List<Moderation> results) A list of moderation objects. 
 - 
                                        resultsfinal ModerationCreateResponse.Builder results(JsonField<List<Moderation>> results) Sets Builder.results to an arbitrary JSON value. You should usually call Builder.results with a well-typed List<Moderation>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addResultfinal ModerationCreateResponse.Builder addResult(Moderation result) Adds a single Moderation to results. 
 - 
                                        additionalPropertiesfinal ModerationCreateResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ModerationCreateResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ModerationCreateResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ModerationCreateResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ModerationCreateResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ModerationCreateResponse build() Returns an immutable instance of ModerationCreateResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .model() .results()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-