Interface IncidentComment.UpdateStages.WithMessage

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

public static interface IncidentComment.UpdateStages.WithMessage
The stage of the IncidentComment update allowing to specify message.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the message property: The comment message.
  • Method Details

    • withMessage

      IncidentComment.Update withMessage(String message)
      Specifies the message property: The comment message.
      Parameters:
      message - The comment message.
      Returns:
      the next definition stage.