Class DashboardGadgetUpdateRequest.DashboardGadgetUpdateRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.DashboardGadgetUpdateRequest.DashboardGadgetUpdateRequestBuilder
- Enclosing class:
- DashboardGadgetUpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The color of the gadget.position
(DashboardGadgetPosition position) The title of the gadget.toString()
-
Method Details
-
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
.- Returns:
this
.
-
position
public DashboardGadgetUpdateRequest.DashboardGadgetUpdateRequestBuilder position(DashboardGadgetPosition position) - Returns:
this
.
-
title
The title of the gadget.- Returns:
this
.
-
build
-
toString
-