Klasse CustomFieldContext.CustomFieldContextBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContext.CustomFieldContextBuilder
- Umschließende Klasse:
CustomFieldContext
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the context.The ID of the context.isAnyIssueType
(Boolean isAnyIssueType) Whether the context apply to all issue types.isGlobalContext
(Boolean isGlobalContext) Whether the context is global.The name of the context.toString()
-
Methodendetails
-
description
The description of the context.- Gibt zurück:
this
.
-
id
The ID of the context.- Gibt zurück:
this
.
-
isAnyIssueType
Whether the context apply to all issue types.- Gibt zurück:
this
.
-
isGlobalContext
Whether the context is global.- Gibt zurück:
this
.
-
name
The name of the context.- Gibt zurück:
this
.
-
build
-
toString
-