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 Summary
Modifier and TypeMethodDescriptionwithCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the comment was created..
-
Method Details
-
withCreatedDate
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.
-