Class ChatKitResponseOutputText.Annotation.Url.Source.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class ChatKitResponseOutputText.Annotation.Url.Source.BuilderA builder for Source.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
type
final ChatKitResponseOutputText.Annotation.Url.Source.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("url")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
url
final ChatKitResponseOutputText.Annotation.Url.Source.Builder url(String url)
URL referenced by the annotation.
 
- 
                                        
url
final ChatKitResponseOutputText.Annotation.Url.Source.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final ChatKitResponseOutputText.Annotation.Url.Source.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final ChatKitResponseOutputText.Annotation.Url.Source.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.Url.Source.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final ChatKitResponseOutputText.Annotation.Url.Source.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final ChatKitResponseOutputText.Annotation.Url.Source.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final ChatKitResponseOutputText.Annotation.Url.Source build()
Returns an immutable instance of Source.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.url() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -