Interface ChannelSetAddressCustomTypeAction

All Superinterfaces:
ChannelUpdateAction, ResourceUpdateAction<ChannelUpdateAction>

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

     ChannelSetAddressCustomTypeAction channelSetAddressCustomTypeAction = ChannelSetAddressCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_ADDRESS_CUSTOM_TYPE

      static final String SET_ADDRESS_CUSTOM_TYPE
      discriminator value for ChannelSetAddressCustomTypeAction
      See Also:
  • Method Details