Package com.openai.models.realtime
        Class RealtimeResponseStatus.Error.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeResponseStatus.Error.BuilderA builder for Error. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        codefinal RealtimeResponseStatus.Error.Builder code(String code) Error code, if any. 
 - 
                                        codefinal RealtimeResponseStatus.Error.Builder code(JsonField<String> code) Sets Builder.code to an arbitrary JSON value. You should usually call Builder.code with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal RealtimeResponseStatus.Error.Builder type(String type) The type of error. 
 - 
                                        typefinal RealtimeResponseStatus.Error.Builder type(JsonField<String> type) Sets Builder.type to an arbitrary JSON value. You should usually call Builder.type with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal RealtimeResponseStatus.Error.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeResponseStatus.Error.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeResponseStatus.Error.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeResponseStatus.Error.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeResponseStatus.Error.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeResponseStatus.Error build() Returns an immutable instance of Error. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-