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