Klasse CreateUiModificationDetails.CreateUiModificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateUiModificationDetails.CreateUiModificationDetailsBuilder
- Umschließende Klasse:
CreateUiModificationDetails
-
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 name of the UI modification.toString()
-
Methodendetails
-
contexts
public CreateUiModificationDetails.CreateUiModificationDetailsBuilder 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
public CreateUiModificationDetails.CreateUiModificationDetailsBuilder description(String description) The description of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
build
-
toString
-