Package com.openai.models.responses
        Class ResponseOutputItem.LocalShellCall.Action.Env
- 
                    
                    
- All Implemented Interfaces:
 
public final class ResponseOutputItem.LocalShellCall.Action.EnvEnvironment variables to set for the command.
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseOutputItem.LocalShellCall.Action.Env.BuilderA builder for Env.
 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ResponseOutputItem.LocalShellCall.Action.Env.BuildertoBuilder()final ResponseOutputItem.LocalShellCall.Action.Envvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputItem.LocalShellCall.Action.Env.Builderbuilder()Returns a mutable builder for constructing an instance of Env. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
 
- 
                                        
toBuilder
final ResponseOutputItem.LocalShellCall.Action.Env.Builder toBuilder()
 
- 
                                        
validate
final ResponseOutputItem.LocalShellCall.Action.Env validate()
 
- 
                                        
builder
final static ResponseOutputItem.LocalShellCall.Action.Env.Builder builder()
Returns a mutable builder for constructing an instance of Env.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -