Class ImageFileDeltaBlock.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageFileDeltaBlock.BuilderA builder for ImageFileDeltaBlock. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        indexfinal ImageFileDeltaBlock.Builder index(Long index) The index of the content part in the message. 
 - 
                                        indexfinal ImageFileDeltaBlock.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. 
 - 
                                        typefinal ImageFileDeltaBlock.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("image_file")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        imageFilefinal ImageFileDeltaBlock.Builder imageFile(ImageFileDelta imageFile) 
 - 
                                        imageFilefinal ImageFileDeltaBlock.Builder imageFile(JsonField<ImageFileDelta> imageFile) Sets Builder.imageFile to an arbitrary JSON value. You should usually call Builder.imageFile with a well-typed ImageFileDelta value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ImageFileDeltaBlock.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ImageFileDeltaBlock.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ImageFileDeltaBlock.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ImageFileDeltaBlock.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ImageFileDeltaBlock.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ImageFileDeltaBlock build() Returns an immutable instance of ImageFileDeltaBlock. Further updates to this Builder will not mutate the returned instance. The following fields are required: .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-