Interface IssueContract.UpdateStages.WithDescription

All Known Subinterfaces:
IssueContract.Update
Enclosing interface:
IssueContract.UpdateStages

public static interface IssueContract.UpdateStages.WithDescription
The stage of the IssueContract update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Text describing the issue..
  • Method Details

    • withDescription

      IssueContract.Update withDescription(String description)
      Specifies the description property: Text describing the issue..
      Parameters:
      description - Text describing the issue.
      Returns:
      the next definition stage.