Klasse UiModificationContextDetails.UiModificationContextDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UiModificationContextDetails.UiModificationContextDetailsBuilder
- Umschließende Klasse:
UiModificationContextDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the UI modification context.isAvailable
(Boolean isAvailable) Whether a context is available.issueTypeId
(String issueTypeId) The issue type ID of the context.The project ID of the context.toString()
The view type of the context.
-
Methodendetails
-
id
The ID of the UI modification context.- Gibt zurück:
this
.
-
isAvailable
public UiModificationContextDetails.UiModificationContextDetailsBuilder isAvailable(Boolean isAvailable) Whether a context is available. For example, when a project is deleted the context becomes unavailable.- Gibt zurück:
this
.
-
issueTypeId
public UiModificationContextDetails.UiModificationContextDetailsBuilder issueTypeId(String issueTypeId) The issue type ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all issue types. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
projectId
The project ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all projects. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
viewType
public UiModificationContextDetails.UiModificationContextDetailsBuilder viewType(UiModificationContextDetails.ViewTypeEnum viewType) The view type of the context. OnlyGIC
(Global Issue Create) andIssueView
are supported. Null is treated as a wildcard, meaning the UI modification will be applied to all view types. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
build
-
toString
-