Class ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.BuilderA builder for AcknowledgedSafetyCheck. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder id(String id) The ID of the pending safety check. 
 - 
                                        idfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        codefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder code(String code) The type of the pending safety check. 
 - 
                                        codefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder code(Optional<String> code) Alias for calling Builder.code with code.orElse(null).
 - 
                                        codefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder code(JsonField<String> code) Sets Builder.code to an arbitrary JSON value. You should usually call Builder.code with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        messagefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder message(String message) Details about the pending safety check. 
 - 
                                        messagefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder message(Optional<String> message) Alias for calling Builder.message with message.orElse(null).
 - 
                                        messagefinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder message(JsonField<String> message) Sets Builder.message to an arbitrary JSON value. You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseInputItem.ComputerCallOutput.AcknowledgedSafetyCheck build() Returns an immutable instance of AcknowledgedSafetyCheck. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-