Interface IssueContract.UpdateStages.WithUserId
- All Known Subinterfaces:
IssueContract.Update
- Enclosing interface:
IssueContract.UpdateStages
public static interface IssueContract.UpdateStages.WithUserId
The stage of the IssueContract update allowing to specify userId.
-
Method Summary
Modifier and TypeMethodDescriptionwithUserId(String userId) Specifies the userId property: A resource identifier for the user created the issue..
-
Method Details
-
withUserId
Specifies the userId property: A resource identifier for the user created the issue..- Parameters:
userId- A resource identifier for the user created the issue.- Returns:
- the next definition stage.
-