Class CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
- Enclosing class:
- CustomFieldContextProjectMapping
public static class CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the context.isGlobalContext
(Boolean isGlobalContext) Whether context is global.The ID of the project.toString()
-
Method Details
-
contextId
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder contextId(String contextId) The ID of the context.- Returns:
this
.
-
isGlobalContext
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder isGlobalContext(Boolean isGlobalContext) Whether context is global.- Returns:
this
.
-
projectId
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder projectId(String projectId) The ID of the project.- Returns:
this
.
-
build
-
toString
-