Class CustomFieldContext.CustomFieldContextBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContext.CustomFieldContextBuilder
- Enclosing class:
- CustomFieldContext
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
description
The description of the context.- Returns:
this.
-
id
The ID of the context.- Returns:
this.
-
isAnyIssueType
Whether the context apply to all issue types.- Returns:
this.
-
isGlobalContext
Whether the context is global.- Returns:
this.
-
name
The name of the context.- Returns:
this.
-
build
-
toString
-