Interface ChannelUpdateAction

All Superinterfaces:
ResourceUpdateAction<ChannelUpdateAction>
All Known Subinterfaces:
ChannelAddRolesAction, ChannelChangeDescriptionAction, ChannelChangeKeyAction, ChannelChangeNameAction, ChannelRemoveRolesAction, ChannelSetAddressAction, ChannelSetAddressCustomFieldAction, ChannelSetAddressCustomTypeAction, ChannelSetCustomFieldAction, ChannelSetCustomTypeAction, ChannelSetGeoLocationAction, ChannelSetRolesAction

public interface ChannelUpdateAction extends ResourceUpdateAction<ChannelUpdateAction>
ChannelUpdateAction
Example to create a subtype instance using the builder pattern

     ChannelUpdateAction channelUpdateAction = ChannelUpdateAction.addRolesBuilder()
             plusRoles(rolesBuilder -> rolesBuilder)
             .build()