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