Klasse OrderOfCustomFieldOptions

java.lang.Object
io.github.primelib.jira4j.restv3.model.OrderOfCustomFieldOptions

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class OrderOfCustomFieldOptions extends Object
OrderOfCustomFieldOptions
  • Felddetails

    • after

      protected String after
      The ID of the custom field option or cascading option to place the moved options after. Required if position isn't provided.
    • customFieldOptionIds

      protected 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.
    • position

      The position the custom field options should be moved to. Required if after isn't provided.
  • Konstruktordetails

    • OrderOfCustomFieldOptions

      public OrderOfCustomFieldOptions(Consumer<OrderOfCustomFieldOptions> spec)
      Constructs a validated instance of OrderOfCustomFieldOptions.
      Parameter:
      spec - the specification to process
    • OrderOfCustomFieldOptions

      @Internal public OrderOfCustomFieldOptions(String after, List<String> customFieldOptionIds, OrderOfCustomFieldOptions.PositionEnum position)
      Constructs a validated instance of OrderOfCustomFieldOptions.

      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 if position isn'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 if after isn't provided.
    • OrderOfCustomFieldOptions

      protected OrderOfCustomFieldOptions()
  • Methodendetails

    • builder

    • after

      public String after()
      The ID of the custom field option or cascading option to place the moved options after. Required if position isn't provided.
    • customFieldOptionIds

      public 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.
    • position

      The position the custom field options should be moved to. Required if after isn't provided.
    • after

      public OrderOfCustomFieldOptions after(String after)
      The ID of the custom field option or cascading option to place the moved options after. Required if position isn't provided.
      Gibt zurück:
      this.
    • customFieldOptionIds

      public OrderOfCustomFieldOptions 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

      The position the custom field options should be moved to. Required if after isn't provided.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object