Klasse OrderOfCustomFieldOptions.OrderOfCustomFieldOptionsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.OrderOfCustomFieldOptions.OrderOfCustomFieldOptionsBuilder
- Umschließende Klasse:
OrderOfCustomFieldOptions
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe ID of the custom field option or cascading option to place the moved options after.build()
customFieldOptionIds
(List<String> customFieldOptionIds) A list of IDs of custom field options to move.The position the custom field options should be moved to.toString()
-
Methodendetails
-
after
The ID of the custom field option or cascading option to place the moved options after. Required ifposition
isn't provided.- Gibt zurück:
this
.
-
customFieldOptionIds
public OrderOfCustomFieldOptions.OrderOfCustomFieldOptionsBuilder customFieldOptionIds(List<String> customFieldOptionIds) A list of IDs of custom field options to move. The order of the custom field option IDs in the list is the order they are given after the move. The list must contain custom field options or cascading options, but not both.- Gibt zurück:
this
.
-
position
public OrderOfCustomFieldOptions.OrderOfCustomFieldOptionsBuilder position(OrderOfCustomFieldOptions.PositionEnum position) The position the custom field options should be moved to. Required ifafter
isn't provided.- Gibt zurück:
this
.
-
build
-
toString
-