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