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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe named position to which the screen tab field should be moved. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected URIThe ID of the screen tab field after which to place the moved screen tab field.protected MoveFieldBean.PositionEnumThe named position to which the screen tab field should be moved. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedMoveFieldBean(URI after, MoveFieldBean.PositionEnum position) Constructs a validated instance ofMoveFieldBean.MoveFieldBean(Consumer<MoveFieldBean> spec) Constructs a validated instance ofMoveFieldBean. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungafter()The ID of the screen tab field after which to place the moved screen tab field.The ID of the screen tab field after which to place the moved screen tab field.builder()protected booleanbooleaninthashCode()position()The named position to which the screen tab field should be moved.position(MoveFieldBean.PositionEnum position) The named position to which the screen tab field should be moved.toString()
-
Felddetails
-
after
The ID of the screen tab field after which to place the moved screen tab field. Required ifpositionisn't provided. -
position
The named position to which the screen tab field should be moved. Required ifafterisn't provided.
-
-
Konstruktordetails
-
MoveFieldBean
Constructs a validated instance ofMoveFieldBean.- Parameter:
spec- the specification to process
-
MoveFieldBean
Constructs a validated instance ofMoveFieldBean.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 ifpositionisn't provided.position- The named position to which the screen tab field should be moved. Required ifafterisn't provided.
-
MoveFieldBean
protected MoveFieldBean()
-
-
Methodendetails
-
builder
-
after
The ID of the screen tab field after which to place the moved screen tab field. Required ifpositionisn't provided. -
position
The named position to which the screen tab field should be moved. Required ifafterisn't provided. -
after
The ID of the screen tab field after which to place the moved screen tab field. Required ifpositionisn't provided.- Gibt zurück:
this.
-
position
The named position to which the screen tab field should be moved. Required ifafterisn't provided.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-