Package com.openai.models.webhooks
        Class RealtimeCallIncomingWebhookEvent.Data
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeCallIncomingWebhookEvent.DataEvent data payload. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeCallIncomingWebhookEvent.Data.BuilderA builder for Data. public final classRealtimeCallIncomingWebhookEvent.Data.SipHeaderA header from the SIP Invite. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringcallId()The unique ID of this call. final List<RealtimeCallIncomingWebhookEvent.Data.SipHeader>sipHeaders()Headers from the SIP Invite. final JsonField<String>_callId()Returns the raw JSON value of callId. final JsonField<List<RealtimeCallIncomingWebhookEvent.Data.SipHeader>>_sipHeaders()Returns the raw JSON value of sipHeaders. final Map<String, JsonValue>_additionalProperties()final RealtimeCallIncomingWebhookEvent.Data.BuildertoBuilder()final RealtimeCallIncomingWebhookEvent.Datavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeCallIncomingWebhookEvent.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sipHeadersfinal List<RealtimeCallIncomingWebhookEvent.Data.SipHeader> sipHeaders() Headers from the SIP Invite. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sipHeadersfinal JsonField<List<RealtimeCallIncomingWebhookEvent.Data.SipHeader>> _sipHeaders() Returns the raw JSON value of sipHeaders. Unlike sipHeaders, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RealtimeCallIncomingWebhookEvent.Data.Builder toBuilder() 
 - 
                                        validatefinal RealtimeCallIncomingWebhookEvent.Data validate() 
 - 
                                        builderfinal static RealtimeCallIncomingWebhookEvent.Data.Builder builder() Returns a mutable builder for constructing an instance of Data. The following fields are required: .callId() .sipHeaders()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-