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 TypeMethodDescriptionSpecifies the apiId property: A resource identifier for the API the issue was created for..
-
Method Details
-
withApiId
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.
-