Interface IssueContract.UpdateStages.WithApiId

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

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

    Modifier and Type
    Method
    Description
    Specifies the apiId property: A resource identifier for the API the issue was created for..
  • Method Details

    • withApiId

      IssueContract.Update withApiId(String apiId)
      Specifies the apiId property: A resource identifier for the API the issue was created for..
      Parameters:
      apiId - A resource identifier for the API the issue was created for.
      Returns:
      the next definition stage.