Interface ChannelSetAddressCustomFieldAction

All Superinterfaces:
ChannelUpdateAction, ResourceUpdateAction<ChannelUpdateAction>

public interface ChannelSetAddressCustomFieldAction extends ChannelUpdateAction
ChannelSetAddressCustomFieldAction
Example to create an instance using the builder pattern

     ChannelSetAddressCustomFieldAction channelSetAddressCustomFieldAction = ChannelSetAddressCustomFieldAction.builder()
             .name("{name}")
             .build()