Klasse OrderOfCustomFieldOptions
java.lang.Object
io.github.primelib.jira4j.restv2.model.OrderOfCustomFieldOptions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OrderOfCustomFieldOptions
extends Object
OrderOfCustomFieldOptions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe position the custom field options should be moved to. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe ID of the custom field option or cascading option to place the moved options after.A list of IDs of custom field options to move.protected OrderOfCustomFieldOptions.PositionEnumThe position the custom field options should be moved to. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedOrderOfCustomFieldOptions(String after, List<String> customFieldOptionIds, OrderOfCustomFieldOptions.PositionEnum position) Constructs a validated instance ofOrderOfCustomFieldOptions.Constructs a validated instance ofOrderOfCustomFieldOptions. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungafter()The ID of the custom field option or cascading option to place the moved options after.The ID of the custom field option or cascading option to place the moved options after.builder()protected booleanA list of IDs of custom field options to move.customFieldOptionIds(List<String> customFieldOptionIds) A list of IDs of custom field options to move.booleaninthashCode()position()The position the custom field options should be moved to.The position the custom field options should be moved to.toString()
-
Felddetails
-
after
The ID of the custom field option or cascading option to place the moved options after. Required ifpositionisn't provided. -
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. -
position
The position the custom field options should be moved to. Required ifafterisn't provided.
-
-
Konstruktordetails
-
OrderOfCustomFieldOptions
Constructs a validated instance ofOrderOfCustomFieldOptions.- Parameter:
spec- the specification to process
-
OrderOfCustomFieldOptions
@Internal public OrderOfCustomFieldOptions(String after, List<String> customFieldOptionIds, OrderOfCustomFieldOptions.PositionEnum position) Constructs a validated instance ofOrderOfCustomFieldOptions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OrderOfCustomFieldOptions(Consumer)instead.- Parameter:
after- The ID of the custom field option or cascading option to place the moved options after. Required ifpositionisn't provided.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.position- The position the custom field options should be moved to. Required ifafterisn't provided.
-
OrderOfCustomFieldOptions
protected OrderOfCustomFieldOptions()
-
-
Methodendetails
-
builder
-
after
The ID of the custom field option or cascading option to place the moved options after. Required ifpositionisn't provided. -
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. -
position
The position the custom field options should be moved to. Required ifafterisn't provided. -
after
The ID of the custom field option or cascading option to place the moved options after. Required ifpositionisn't provided.- Gibt zurück:
this.
-
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
The position the custom field options should be moved to. Required ifafterisn't provided.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-