Klasse MoveFieldBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.MoveFieldBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveFieldBean
extends Object
MoveFieldBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The named position to which the screen tab field should be moved. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected URI
The ID of the screen tab field after which to place the moved screen tab field.protected MoveFieldBean.PositionEnum
The named position to which the screen tab field should be moved. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
MoveFieldBean
(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 boolean
boolean
int
hashCode()
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 ifposition
isn't provided. -
position
The named position to which the screen tab field should be moved. Required ifafter
isn'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 ifposition
isn't provided.position
- The named position to which the screen tab field should be moved. Required ifafter
isn'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 ifposition
isn't provided. -
position
The named position to which the screen tab field should be moved. Required ifafter
isn't provided. -
after
The ID of the screen tab field after which to place the moved screen tab field. Required ifposition
isn't provided.- Gibt zurück:
this
.
-
position
The named position to which the screen tab field should be moved. Required ifafter
isn't provided.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-