Class SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.BuilderA builder for ExpiresAfter.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
anchor
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder anchor(SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Anchor anchor)
The anchor point for the ephemeral token expiration. Only
created_atis currently supported. 
- 
                                        
anchor
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder anchor(JsonField<SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Anchor> anchor)
Sets Builder.anchor to an arbitrary JSON value.
You should usually call Builder.anchor with a well-typed Anchor value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
seconds
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder seconds(Long seconds)
The number of seconds from the anchor point to the expiration. Select a value between
10and7200. 
- 
                                        
seconds
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder seconds(JsonField<Long> seconds)
Sets Builder.seconds to an arbitrary JSON value.
You should usually call Builder.seconds with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final SessionUpdateEvent.Session.ClientSecret.ExpiresAfter build()
Returns an immutable instance of ExpiresAfter.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.anchor() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -