Class FilePathAnnotation.FilePath.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FilePathAnnotation.FilePath.BuilderA builder for FilePath. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final FilePathAnnotation.FilePath.BuilderfileId(String fileId)The ID of the file that was generated. final FilePathAnnotation.FilePath.BuilderfileId(JsonField<String> fileId)Sets Builder.fileId to an arbitrary JSON value. final FilePathAnnotation.FilePath.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FilePathAnnotation.FilePath.BuilderputAdditionalProperty(String key, JsonValue value)final FilePathAnnotation.FilePath.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FilePathAnnotation.FilePath.BuilderremoveAdditionalProperty(String key)final FilePathAnnotation.FilePath.BuilderremoveAllAdditionalProperties(Set<String> keys)final FilePathAnnotation.FilePathbuild()Returns an immutable instance of FilePath. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileIdfinal FilePathAnnotation.FilePath.Builder fileId(String fileId) The ID of the file that was generated. 
 - 
                                        fileIdfinal FilePathAnnotation.FilePath.Builder fileId(JsonField<String> fileId) Sets Builder.fileId to an arbitrary JSON value. You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal FilePathAnnotation.FilePath.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FilePathAnnotation.FilePath.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FilePathAnnotation.FilePath.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FilePathAnnotation.FilePath.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FilePathAnnotation.FilePath.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FilePathAnnotation.FilePath build() Returns an immutable instance of FilePath. Further updates to this Builder will not mutate the returned instance. The following fields are required: .fileId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-