Package io.jmix.core.event
Class AttributeChanges.Builder
java.lang.Object
io.jmix.core.event.AttributeChanges.Builder
- Enclosing class:
 - AttributeChanges
 
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()static AttributeChanges.Buildercreate()mergeChanges(AttributeChanges attributeChanges) static AttributeChanges.BuilderofChanges(AttributeChanges attributeChanges) withChange(String attribute, Object value) withEmbedded(String attribute, AttributeChanges.Builder builder) withEmbedded(String attribute, Consumer<AttributeChanges.Builder> consumer)  
- 
Method Details
- 
create
 - 
ofChanges
 - 
withChange
 - 
withEmbedded
public AttributeChanges.Builder withEmbedded(String attribute, Consumer<AttributeChanges.Builder> consumer)  - 
withEmbedded
public AttributeChanges.Builder withEmbedded(String attribute, @Nullable AttributeChanges.Builder builder)  - 
mergeChanges
 - 
build
 
 -