Klasse MoveFieldBean

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

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

    • after

      protected URI after
      The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.
    • position

      protected MoveFieldBean.PositionEnum position
      The named position to which the screen tab field should be moved. Required if after isn't provided.
  • Konstruktordetails

    • MoveFieldBean

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

      @Internal public MoveFieldBean(URI after, MoveFieldBean.PositionEnum position)
      Constructs a validated instance of MoveFieldBean.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using MoveFieldBean(Consumer) instead.

      Parameter:
      after - The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.
      position - The named position to which the screen tab field should be moved. Required if after isn't provided.
    • MoveFieldBean

      protected MoveFieldBean()
  • Methodendetails

    • builder

      public static MoveFieldBean.MoveFieldBeanBuilder builder()
    • after

      public URI after()
      The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.
    • position

      public MoveFieldBean.PositionEnum position()
      The named position to which the screen tab field should be moved. Required if after isn't provided.
    • after

      public MoveFieldBean after(URI after)
      The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.
      Gibt zurück:
      this.
    • position

      public MoveFieldBean position(MoveFieldBean.PositionEnum position)
      The named position to which the screen tab field should be moved. 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