Class ResponseOutputText.Annotation.FilePath.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class ResponseOutputText.Annotation.FilePath.BuilderA builder for FilePath.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
fileId
final ResponseOutputText.Annotation.FilePath.Builder fileId(String fileId)
The ID of the file.
 
- 
                                        
fileId
final ResponseOutputText.Annotation.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.
 
- 
                                        
index
final ResponseOutputText.Annotation.FilePath.Builder index(Long index)
The index of the file in the list of files.
 
- 
                                        
index
final ResponseOutputText.Annotation.FilePath.Builder index(JsonField<Long> index)
Sets Builder.index to an arbitrary JSON value.
You should usually call Builder.index with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final ResponseOutputText.Annotation.FilePath.Builder type(JsonValue type)
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("file_path")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final ResponseOutputText.Annotation.FilePath.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final ResponseOutputText.Annotation.FilePath.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final ResponseOutputText.Annotation.FilePath.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final ResponseOutputText.Annotation.FilePath.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final ResponseOutputText.Annotation.FilePath.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final ResponseOutputText.Annotation.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() .index() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -