Klasse VersionMoveBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionMoveBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionMoveBean
extends Object
VersionMoveBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumAn absolute position in which to place the moved version.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected URIThe URL (self link) of the version after which to place the moved version.protected VersionMoveBean.PositionEnumAn absolute position in which to place the moved version. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedVersionMoveBean(URI after, VersionMoveBean.PositionEnum position) Constructs a validated instance ofVersionMoveBean.Constructs a validated instance ofVersionMoveBean. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungafter()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 booleanbooleaninthashCode()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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
VersionMoveBean
Constructs a validated instance ofVersionMoveBean.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
position
An absolute position in which to place the moved version. Cannot be used withafter.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-