Class RealtimeErrorEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeErrorEvent.BuilderA builder for RealtimeErrorEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        errorfinal RealtimeErrorEvent.Builder error(RealtimeError error) Details of the error. 
 - 
                                        errorfinal RealtimeErrorEvent.Builder error(JsonField<RealtimeError> error) Sets Builder.error to an arbitrary JSON value. You should usually call Builder.error with a well-typed RealtimeError value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal RealtimeErrorEvent.Builder eventId(String eventId) The unique ID of the server event. 
 - 
                                        eventIdfinal RealtimeErrorEvent.Builder eventId(JsonField<String> eventId) Sets Builder.eventId to an arbitrary JSON value. You should usually call Builder.eventId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal RealtimeErrorEvent.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("error")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal RealtimeErrorEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeErrorEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeErrorEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeErrorEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeErrorEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeErrorEvent build() Returns an immutable instance of RealtimeErrorEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .error() .eventId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-