Class ResponseCreateEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseCreateEvent.BuilderA builder for ResponseCreateEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal ResponseCreateEvent.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("response.create")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventIdfinal ResponseCreateEvent.Builder eventId(String eventId) Optional client-generated ID used to identify this event. 
 - 
                                        eventIdfinal ResponseCreateEvent.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. 
 - 
                                        responsefinal ResponseCreateEvent.Builder response(RealtimeResponseCreateParams response) Create a new Realtime response with these parameters 
 - 
                                        responsefinal ResponseCreateEvent.Builder response(JsonField<RealtimeResponseCreateParams> response) Sets Builder.response to an arbitrary JSON value. You should usually call Builder.response with a well-typed RealtimeResponseCreateParams value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseCreateEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseCreateEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseCreateEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseCreateEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseCreateEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseCreateEvent build() Returns an immutable instance of ResponseCreateEvent. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-