Interface IssueContract.UpdateStages.WithCreatedDate
- All Known Subinterfaces:
IssueContract.Update
- Enclosing interface:
IssueContract.UpdateStages
public static interface IssueContract.UpdateStages.WithCreatedDate
The stage of the IssueContract update allowing to specify createdDate.
-
Method Summary
Modifier and TypeMethodDescriptionwithCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the issue was created..
-
Method Details
-
withCreatedDate
Specifies the createdDate property: Date and time when the issue was created..- Parameters:
createdDate- Date and time when the issue was created.- Returns:
- the next definition stage.
-