Class MoveFieldBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.MoveFieldBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveFieldBean
extends Object
MoveFieldBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe named position to which the screen tab field should be moved. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMoveFieldBean(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 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()
-
Field Details
-
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.
-
-
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 ifpositionisn't provided.position- The named position to which the screen tab field should be moved. Required ifafterisn'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 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.- Returns:
this.
-
position
The named position to which the screen tab field should be moved. Required ifafterisn't provided.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-