Class CreateCustomFieldContext.CreateCustomFieldContextBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateCustomFieldContext.CreateCustomFieldContextBuilder
- Enclosing class:
- CreateCustomFieldContext
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the context.The ID of the context.issueTypeIds
(List<String> issueTypeIds) The list of issue types IDs for the context.The name of the context.projectIds
(List<String> projectIds) The list of project IDs associated with the context.toString()
-
Method Details
-
description
The description of the context.- Returns:
this
.
-
id
The ID of the context.- Returns:
this
.
-
issueTypeIds
public CreateCustomFieldContext.CreateCustomFieldContextBuilder issueTypeIds(List<String> issueTypeIds) The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.- Returns:
this
.
-
name
The name of the context.- Returns:
this
.
-
projectIds
The list of project IDs associated with the context. If the list is empty, the context is global.- Returns:
this
.
-
build
-
toString
-