Class ResponseComputerToolCall.PendingSafetyCheck.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.PendingSafetyCheck.BuilderA builder for PendingSafetyCheck. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ResponseComputerToolCall.PendingSafetyCheck.Builder id(String id) The ID of the pending safety check. 
 - 
                                        idfinal ResponseComputerToolCall.PendingSafetyCheck.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 ResponseComputerToolCall.PendingSafetyCheck.Builder code(String code) The type of the pending safety check. 
 - 
                                        codefinal ResponseComputerToolCall.PendingSafetyCheck.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 ResponseComputerToolCall.PendingSafetyCheck.Builder message(String message) Details about the pending safety check. 
 - 
                                        messagefinal ResponseComputerToolCall.PendingSafetyCheck.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 ResponseComputerToolCall.PendingSafetyCheck.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseComputerToolCall.PendingSafetyCheck.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseComputerToolCall.PendingSafetyCheck.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseComputerToolCall.PendingSafetyCheck.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseComputerToolCall.PendingSafetyCheck.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseComputerToolCall.PendingSafetyCheck build() Returns an immutable instance of PendingSafetyCheck. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .code() .message()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-