Class UpdateBuilder

java.lang.Object
com.commercetools.api.models.common.UpdateBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<Update>

public class UpdateBuilder extends Object implements io.vrap.rmf.base.client.Builder<Update>
UpdateBuilder
Example to create an instance using the builder pattern

     Update update = Update.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()