Class FileDeleted.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class FileDeleted.BuilderA builder for FileDeleted.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final FileDeleted.Builderid(String id)final FileDeleted.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final FileDeleted.Builderdeleted(Boolean deleted)final FileDeleted.Builderdeleted(JsonField<Boolean> deleted)Sets Builder.deleted to an arbitrary JSON value. final FileDeleted.Builderobject_(JsonValue object_)Sets the field to an arbitrary JSON value. final FileDeleted.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final FileDeleted.BuilderputAdditionalProperty(String key, JsonValue value)final FileDeleted.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final FileDeleted.BuilderremoveAdditionalProperty(String key)final FileDeleted.BuilderremoveAllAdditionalProperties(Set<String> keys)final FileDeletedbuild()Returns an immutable instance of FileDeleted. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
id
final FileDeleted.Builder id(String id)
 
- 
                                        
id
final FileDeleted.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
deleted
final FileDeleted.Builder deleted(Boolean deleted)
 
- 
                                        
deleted
final FileDeleted.Builder deleted(JsonField<Boolean> deleted)
Sets Builder.deleted to an arbitrary JSON value.
You should usually call Builder.deleted with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
object_
final FileDeleted.Builder object_(JsonValue object_)
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")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final FileDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final FileDeleted.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final FileDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final FileDeleted.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final FileDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final FileDeleted build()
Returns an immutable instance of FileDeleted.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .deleted() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -