Klasse UiModificationDetails.UiModificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.UiModificationDetails.UiModificationDetailsBuilder
- Umschließende Klasse:
UiModificationDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
contexts
(List<UiModificationContextDetails> contexts) List of contexts of the UI modification.The data of the UI modification.description
(String description) The description of the UI modification.The ID of the UI modification.The name of the UI modification.The URL of the UI modification.toString()
-
Methodendetails
-
contexts
public UiModificationDetails.UiModificationDetailsBuilder contexts(List<UiModificationContextDetails> contexts) List of contexts of the UI modification. The maximum number of contexts is 1000.- Gibt zurück:
this
.
-
data
The data of the UI modification. The maximum size of the data is 50000 characters.- Gibt zurück:
this
.
-
description
The description of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
id
The ID of the UI modification.- Gibt zurück:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
self
The URL of the UI modification.- Gibt zurück:
this
.
-
build
-
toString
-