Package com.openai.models.webhooks
        Class ResponseCancelledWebhookEvent.Data.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCancelledWebhookEvent.Data.BuilderA builder for Data. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final ResponseCancelledWebhookEvent.Data.Builderid(String id)The unique ID of the model response. final ResponseCancelledWebhookEvent.Data.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final ResponseCancelledWebhookEvent.Data.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ResponseCancelledWebhookEvent.Data.BuilderputAdditionalProperty(String key, JsonValue value)final ResponseCancelledWebhookEvent.Data.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ResponseCancelledWebhookEvent.Data.BuilderremoveAdditionalProperty(String key)final ResponseCancelledWebhookEvent.Data.BuilderremoveAllAdditionalProperties(Set<String> keys)final ResponseCancelledWebhookEvent.Databuild()Returns an immutable instance of Data. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ResponseCancelledWebhookEvent.Data.Builder id(String id) The unique ID of the model response. 
 - 
                                        idfinal ResponseCancelledWebhookEvent.Data.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. 
 - 
                                        additionalPropertiesfinal ResponseCancelledWebhookEvent.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseCancelledWebhookEvent.Data.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseCancelledWebhookEvent.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseCancelledWebhookEvent.Data.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseCancelledWebhookEvent.Data.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseCancelledWebhookEvent.Data build() Returns an immutable instance of Data. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-