Class TextContentBlockParam.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class TextContentBlockParam.BuilderA builder for TextContentBlockParam. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final TextContentBlockParam.Buildertext(String text)Text content to be sent to the model final TextContentBlockParam.Buildertext(JsonField<String> text)Sets Builder.text to an arbitrary JSON value. final TextContentBlockParam.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final TextContentBlockParam.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final TextContentBlockParam.BuilderputAdditionalProperty(String key, JsonValue value)final TextContentBlockParam.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final TextContentBlockParam.BuilderremoveAdditionalProperty(String key)final TextContentBlockParam.BuilderremoveAllAdditionalProperties(Set<String> keys)final TextContentBlockParambuild()Returns an immutable instance of TextContentBlockParam. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        textfinal TextContentBlockParam.Builder text(String text) Text content to be sent to the model 
 - 
                                        textfinal TextContentBlockParam.Builder text(JsonField<String> text) Sets Builder.text to an arbitrary JSON value. You should usually call Builder.text with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal TextContentBlockParam.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("text")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal TextContentBlockParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal TextContentBlockParam.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal TextContentBlockParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal TextContentBlockParam.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal TextContentBlockParam.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal TextContentBlockParam build() Returns an immutable instance of TextContentBlockParam. Further updates to this Builder will not mutate the returned instance. The following fields are required: .text()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-