Class ImageEditPartialImageEvent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageEditPartialImageEvent.BuilderA builder for ImageEditPartialImageEvent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        b64Jsonfinal ImageEditPartialImageEvent.Builder b64Json(String b64Json) Base64-encoded partial image data, suitable for rendering as an image. 
 - 
                                        b64Jsonfinal ImageEditPartialImageEvent.Builder b64Json(JsonField<String> b64Json) Sets Builder.b64Json to an arbitrary JSON value. You should usually call Builder.b64Json with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        backgroundfinal ImageEditPartialImageEvent.Builder background(ImageEditPartialImageEvent.Background background) The background setting for the requested edited image. 
 - 
                                        backgroundfinal ImageEditPartialImageEvent.Builder background(JsonField<ImageEditPartialImageEvent.Background> background) Sets Builder.background to an arbitrary JSON value. You should usually call Builder.background with a well-typed Background value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        createdAtfinal ImageEditPartialImageEvent.Builder createdAt(Long createdAt) The Unix timestamp when the event was created. 
 - 
                                        createdAtfinal ImageEditPartialImageEvent.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        outputFormatfinal ImageEditPartialImageEvent.Builder outputFormat(ImageEditPartialImageEvent.OutputFormat outputFormat) The output format for the requested edited image. 
 - 
                                        outputFormatfinal ImageEditPartialImageEvent.Builder outputFormat(JsonField<ImageEditPartialImageEvent.OutputFormat> outputFormat) Sets Builder.outputFormat to an arbitrary JSON value. You should usually call Builder.outputFormat with a well-typed OutputFormat value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        partialImageIndexfinal ImageEditPartialImageEvent.Builder partialImageIndex(Long partialImageIndex) 0-based index for the partial image (streaming). 
 - 
                                        partialImageIndexfinal ImageEditPartialImageEvent.Builder partialImageIndex(JsonField<Long> partialImageIndex) Sets Builder.partialImageIndex to an arbitrary JSON value. You should usually call Builder.partialImageIndex with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        qualityfinal ImageEditPartialImageEvent.Builder quality(ImageEditPartialImageEvent.Quality quality) The quality setting for the requested edited image. 
 - 
                                        qualityfinal ImageEditPartialImageEvent.Builder quality(JsonField<ImageEditPartialImageEvent.Quality> quality) Sets Builder.quality to an arbitrary JSON value. You should usually call Builder.quality with a well-typed Quality value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        sizefinal ImageEditPartialImageEvent.Builder size(ImageEditPartialImageEvent.Size size) The size of the requested edited image. 
 - 
                                        sizefinal ImageEditPartialImageEvent.Builder size(JsonField<ImageEditPartialImageEvent.Size> size) Sets Builder.size to an arbitrary JSON value. You should usually call Builder.size with a well-typed Size value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ImageEditPartialImageEvent.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_edit.partial_image")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ImageEditPartialImageEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ImageEditPartialImageEvent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ImageEditPartialImageEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ImageEditPartialImageEvent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ImageEditPartialImageEvent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ImageEditPartialImageEvent build() Returns an immutable instance of ImageEditPartialImageEvent. Further updates to this Builder will not mutate the returned instance. The following fields are required: .b64Json() .background() .createdAt() .outputFormat() .partialImageIndex() .quality() .size()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-