Klasse CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
- Umschließende Klasse:
CustomFieldContextProjectMapping
public static class CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the context.isGlobalContext
(Boolean isGlobalContext) Whether context is global.The ID of the project.toString()
-
Methodendetails
-
contextId
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder contextId(String contextId) The ID of the context.- Gibt zurück:
this
.
-
isGlobalContext
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder isGlobalContext(Boolean isGlobalContext) Whether context is global.- Gibt zurück:
this
.
-
projectId
public CustomFieldContextProjectMapping.CustomFieldContextProjectMappingBuilder projectId(String projectId) The ID of the project.- Gibt zurück:
this
.
-
build
-
toString
-