Class VectorStoreUpdateParams.Body
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreUpdateParams.Body
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreUpdateParams.Body.BuilderA builder for Body. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<VectorStoreUpdateParams.ExpiresAfter>expiresAfter()The expiration policy for a vector store. final Optional<VectorStoreUpdateParams.Metadata>metadata()Set of 16 key-value pairs that can be attached to an object. final Optional<String>name()The name of the vector store. final JsonField<VectorStoreUpdateParams.ExpiresAfter>_expiresAfter()Returns the raw JSON value of expiresAfter. final JsonField<VectorStoreUpdateParams.Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final VectorStoreUpdateParams.Body.BuildertoBuilder()final VectorStoreUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        expiresAfterfinal Optional<VectorStoreUpdateParams.ExpiresAfter> expiresAfter() The expiration policy for a vector store. 
 - 
                                        metadatafinal Optional<VectorStoreUpdateParams.Metadata> metadata() Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. 
 - 
                                        _expiresAfterfinal JsonField<VectorStoreUpdateParams.ExpiresAfter> _expiresAfter() Returns the raw JSON value of expiresAfter. Unlike expiresAfter, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _metadatafinal JsonField<VectorStoreUpdateParams.Metadata> _metadata() Returns the raw JSON value of metadata. Unlike metadata, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _namefinal JsonField<String> _name() Returns the raw JSON value of name. Unlike name, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VectorStoreUpdateParams.Body.Builder toBuilder() 
 - 
                                        validatefinal VectorStoreUpdateParams.Body validate() 
 - 
                                        builderfinal static VectorStoreUpdateParams.Body.Builder builder() Returns a mutable builder for constructing an instance of Body. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-