Package com.openai.models.responses
        Class ResponseInputItem.ItemReference
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputItem.ItemReferenceAn internal identifier for an item to reference. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseInputItem.ItemReference.BuilderA builder for ItemReference. public final classResponseInputItem.ItemReference.TypeThe type of item to reference. Always item_reference.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The ID of the item to reference. final Optional<ResponseInputItem.ItemReference.Type>type()The type of item to reference. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<ResponseInputItem.ItemReference.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final ResponseInputItem.ItemReference.BuildertoBuilder()final ResponseInputItem.ItemReferencevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseInputItem.ItemReference.Builderbuilder()Returns a mutable builder for constructing an instance of ItemReference. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal Optional<ResponseInputItem.ItemReference.Type> type() The type of item to reference. Always item_reference.
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<ResponseInputItem.ItemReference.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseInputItem.ItemReference.Builder toBuilder() 
 - 
                                        validatefinal ResponseInputItem.ItemReference validate() 
 - 
                                        builderfinal static ResponseInputItem.ItemReference.Builder builder() Returns a mutable builder for constructing an instance of ItemReference. The following fields are required: .id()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-