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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueCommentContract.DefinitionStages.WithCreate
withCreatedDate(OffsetDateTime createdDate)
Specifies the createdDate property: Date and time when the comment was created..
-
-
-
Method Detail
-
withCreatedDate
IssueCommentContract.DefinitionStages.WithCreate 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.
-
-