Interface IssueContract.UpdateStages.WithState
- All Known Subinterfaces:
IssueContract.Update
- Enclosing interface:
IssueContract.UpdateStages
public static interface IssueContract.UpdateStages.WithState
The stage of the IssueContract update allowing to specify state.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the state property: Status of the issue..
-
Method Details
-
withState
Specifies the state property: Status of the issue..- Parameters:
state- Status of the issue.- Returns:
- the next definition stage.
-