Package com.openai.models.files
        Class FileCreateParams.ExpiresAfter.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileCreateParams.ExpiresAfter.BuilderA builder for ExpiresAfter. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        anchorfinal FileCreateParams.ExpiresAfter.Builder anchor(JsonValue anchor) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("created_at")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        secondsfinal FileCreateParams.ExpiresAfter.Builder seconds(Long seconds) The number of seconds after the anchor time that the file will expire. Must be between 3600 (1 hour) and 2592000 (30 days). 
 - 
                                        secondsfinal FileCreateParams.ExpiresAfter.Builder seconds(MultipartField<Long> seconds) Sets Builder.seconds to an arbitrary multipart value. You should usually call Builder.seconds with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal FileCreateParams.ExpiresAfter.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FileCreateParams.ExpiresAfter.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FileCreateParams.ExpiresAfter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FileCreateParams.ExpiresAfter.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FileCreateParams.ExpiresAfter.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FileCreateParams.ExpiresAfter build() Returns an immutable instance of ExpiresAfter. Further updates to this Builder will not mutate the returned instance. The following fields are required: .seconds()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-