Class UiModificationDetails.UiModificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.UiModificationDetails.UiModificationDetailsBuilder
- Enclosing class:
- UiModificationDetails
-
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 ID of the UI modification.The name of the UI modification.The URL of the UI modification.toString()
-
Method Details
-
contexts
public UiModificationDetails.UiModificationDetailsBuilder 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
The description of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
id
The ID of the UI modification.- Returns:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
self
The URL of the UI modification.- Returns:
this
.
-
build
-
toString
-