Interface IssueContract.DefinitionStages.WithUserId
- All Known Subinterfaces:
IssueContract.Definition,IssueContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueContract.DefinitionStages
public static interface IssueContract.DefinitionStages.WithUserId
The stage of the IssueContract definition 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.
-