Package com.openai.models.webhooks
        Class RealtimeCallIncomingWebhookEvent.Data.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeCallIncomingWebhookEvent.Data.BuilderA builder for Data. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        callIdfinal RealtimeCallIncomingWebhookEvent.Data.Builder callId(String callId) The unique ID of this call. 
 - 
                                        callIdfinal RealtimeCallIncomingWebhookEvent.Data.Builder callId(JsonField<String> callId) Sets Builder.callId to an arbitrary JSON value. You should usually call Builder.callId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        sipHeadersfinal RealtimeCallIncomingWebhookEvent.Data.Builder sipHeaders(List<RealtimeCallIncomingWebhookEvent.Data.SipHeader> sipHeaders) Headers from the SIP Invite. 
 - 
                                        sipHeadersfinal RealtimeCallIncomingWebhookEvent.Data.Builder sipHeaders(JsonField<List<RealtimeCallIncomingWebhookEvent.Data.SipHeader>> sipHeaders) Sets Builder.sipHeaders to an arbitrary JSON value. You should usually call Builder.sipHeaders with a well-typed List<SipHeader>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addSipHeaderfinal RealtimeCallIncomingWebhookEvent.Data.Builder addSipHeader(RealtimeCallIncomingWebhookEvent.Data.SipHeader sipHeader) Adds a single SipHeader to sipHeaders. 
 - 
                                        additionalPropertiesfinal RealtimeCallIncomingWebhookEvent.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeCallIncomingWebhookEvent.Data.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeCallIncomingWebhookEvent.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeCallIncomingWebhookEvent.Data.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeCallIncomingWebhookEvent.Data.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeCallIncomingWebhookEvent.Data build() Returns an immutable instance of Data. Further updates to this Builder will not mutate the returned instance. The following fields are required: .callId() .sipHeaders()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-