Interface IssueCommentContract.DefinitionStages.WithCreatedDate
- All Known Subinterfaces:
IssueCommentContract.Definition,IssueCommentContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueCommentContract.DefinitionStages
public static interface IssueCommentContract.DefinitionStages.WithCreatedDate
The stage of the IssueCommentContract definition 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.
-