Interface ChannelSetCustomFieldAction

All Superinterfaces:
ChannelUpdateAction, ResourceUpdateAction<ChannelUpdateAction>
All Known Implementing Classes:
ChannelSetCustomFieldActionImpl

ChannelSetCustomFieldAction
Example to create an instance using the builder pattern

     ChannelSetCustomFieldAction channelSetCustomFieldAction = ChannelSetCustomFieldAction.builder()
             .name("{name}")
             .build()