Class CreateUiModificationDetails.CreateUiModificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateUiModificationDetails.CreateUiModificationDetailsBuilder
- Enclosing class:
- CreateUiModificationDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
contexts
public CreateUiModificationDetails.CreateUiModificationDetailsBuilder contexts(List<UiModificationContextDetails> contexts) List of contexts of the UI modification. The maximum number of contexts is 1000.- Returns:
this
.
-
data
The data of the UI modification. The maximum size of the data is 50000 characters.- Returns:
this
.
-
description
public CreateUiModificationDetails.CreateUiModificationDetailsBuilder description(String description) The description of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
build
-
toString
-