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 Type
    Method
    Description
    Specifies the state property: Status of the issue..
  • Method Details

    • withState

      IssueContract.Update withState(State state)
      Specifies the state property: Status of the issue..
      Parameters:
      state - Status of the issue.
      Returns:
      the next definition stage.