Interface Channel.UpdateStages.WithMessageForActivation

All Known Subinterfaces:
Channel.Update
Enclosing interface:
Channel.UpdateStages

public static interface Channel.UpdateStages.WithMessageForActivation
The stage of the Channel update allowing to specify messageForActivation.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMessageForActivation(String messageForActivation)
    Specifies the messageForActivation property: Context or helpful message that can be used during the approval process by the subscriber..
  • Method Details

    • withMessageForActivation

      Channel.Update withMessageForActivation(String messageForActivation)
      Specifies the messageForActivation property: Context or helpful message that can be used during the approval process by the subscriber..
      Parameters:
      messageForActivation - Context or helpful message that can be used during the approval process by the subscriber.
      Returns:
      the next definition stage.