Interface ChannelUpdate

All Superinterfaces:
ResourceUpdate<ChannelUpdate,ChannelUpdateAction,ChannelUpdateBuilder>
All Known Implementing Classes:
ChannelUpdateImpl

ChannelUpdate
Example to create an instance using the builder pattern

     ChannelUpdate channelUpdate = ChannelUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()