Class VersionMoveBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionMoveBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionMoveBean
extends Object
VersionMoveBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
An absolute position in which to place the moved version.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected URI
The URL (self link) of the version after which to place the moved version.protected VersionMoveBean.PositionEnum
An absolute position in which to place the moved version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
VersionMoveBean
(URI after, VersionMoveBean.PositionEnum position) Constructs a validated instance ofVersionMoveBean
.Constructs a validated instance ofVersionMoveBean
. -
Method Summary
Modifier and TypeMethodDescriptionafter()
The URL (self link) of the version after which to place the moved version.The URL (self link) of the version after which to place the moved version.builder()
protected boolean
boolean
int
hashCode()
position()
An absolute position in which to place the moved version.position
(VersionMoveBean.PositionEnum position) An absolute position in which to place the moved version.toString()
-
Field Details
-
after
The URL (self link) of the version after which to place the moved version. Cannot be used withposition
. -
position
An absolute position in which to place the moved version. Cannot be used withafter
.
-
-
Constructor Details
-
VersionMoveBean
Constructs a validated instance ofVersionMoveBean
.- Parameters:
spec
- the specification to process
-
VersionMoveBean
Constructs a validated instance ofVersionMoveBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionMoveBean(Consumer)
instead.- Parameters:
after
- The URL (self link) of the version after which to place the moved version. Cannot be used withposition
.position
- An absolute position in which to place the moved version. Cannot be used withafter
.
-
VersionMoveBean
protected VersionMoveBean()
-
-
Method Details
-
builder
-
after
The URL (self link) of the version after which to place the moved version. Cannot be used withposition
. -
position
An absolute position in which to place the moved version. Cannot be used withafter
. -
after
The URL (self link) of the version after which to place the moved version. Cannot be used withposition
.- Returns:
this
.
-
position
An absolute position in which to place the moved version. Cannot be used withafter
.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-