Class ClientSecretCreateResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ClientSecretCreateResponse.BuilderA builder for ClientSecretCreateResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        expiresAtfinal ClientSecretCreateResponse.Builder expiresAt(Long expiresAt) Expiration timestamp for the client secret, in seconds since epoch. 
 - 
                                        expiresAtfinal ClientSecretCreateResponse.Builder expiresAt(JsonField<Long> expiresAt) Sets Builder.expiresAt to an arbitrary JSON value. You should usually call Builder.expiresAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        sessionfinal ClientSecretCreateResponse.Builder session(ClientSecretCreateResponse.Session session) The session configuration for either a realtime or transcription session. 
 - 
                                        sessionfinal ClientSecretCreateResponse.Builder session(JsonField<ClientSecretCreateResponse.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. 
 - 
                                        sessionfinal ClientSecretCreateResponse.Builder session(RealtimeSessionCreateResponse realtime) Alias for calling session with Session.ofRealtime(realtime).
 - 
                                        sessionfinal ClientSecretCreateResponse.Builder session(RealtimeTranscriptionSessionCreateResponse transcription) Alias for calling session with Session.ofTranscription(transcription).
 - 
                                        realtimeSessionfinal ClientSecretCreateResponse.Builder realtimeSession(RealtimeSessionClientSecret clientSecret) Alias for calling session with the following: RealtimeSessionCreateResponse.builder() .clientSecret(clientSecret) .build()
 - 
                                        valuefinal ClientSecretCreateResponse.Builder value(String value) The generated client secret value. 
 - 
                                        valuefinal ClientSecretCreateResponse.Builder value(JsonField<String> value) Sets Builder.value to an arbitrary JSON value. You should usually call Builder.value with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ClientSecretCreateResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ClientSecretCreateResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ClientSecretCreateResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ClientSecretCreateResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ClientSecretCreateResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ClientSecretCreateResponse build() Returns an immutable instance of ClientSecretCreateResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .expiresAt() .session() .value()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-