Interface IssueCommentContract.UpdateStages.WithCreatedDate

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

public static interface IssueCommentContract.UpdateStages.WithCreatedDate
The stage of the IssueCommentContract update allowing to specify createdDate.
  • Method Details

    • withCreatedDate

      IssueCommentContract.Update withCreatedDate(OffsetDateTime createdDate)
      Specifies the createdDate property: Date and time when the comment was created..
      Parameters:
      createdDate - Date and time when the comment was created.
      Returns:
      the next definition stage.