Class MoveFieldBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.MoveFieldBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveFieldBean
extends Object
MoveFieldBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The named position to which the screen tab field should be moved. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
MoveFieldBean
(URI after, MoveFieldBean.PositionEnum position) Constructs a validated instance ofMoveFieldBean
.MoveFieldBean
(Consumer<MoveFieldBean> spec) Constructs a validated instance ofMoveFieldBean
. -
Method Summary
Modifier and TypeMethodDescriptionafter()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
MoveFieldBean
Constructs a validated instance ofMoveFieldBean
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
position
The named position to which the screen tab field should be moved. Required ifafter
isn't provided.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-