Interface IssueContract.DefinitionStages.WithState
-
- All Known Subinterfaces:
IssueContract.Definition
,IssueContract.DefinitionStages.WithCreate
- Enclosing interface:
- IssueContract.DefinitionStages
public static interface IssueContract.DefinitionStages.WithState
The stage of the IssueContract definition allowing to specify state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueContract.DefinitionStages.WithCreate
withState(State state)
Specifies the state property: Status of the issue..
-
-
-
Method Detail
-
withState
IssueContract.DefinitionStages.WithCreate withState(State state)
Specifies the state property: Status of the issue..- Parameters:
state
- Status of the issue.- Returns:
- the next definition stage.
-
-