Class ChannelSetRolesActionBuilder

java.lang.Object
com.commercetools.api.models.channel.ChannelSetRolesActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ChannelSetRolesAction>

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

     ChannelSetRolesAction channelSetRolesAction = ChannelSetRolesAction.builder()
             .plusRoles(rolesBuilder -> rolesBuilder)
             .build()