Klasse SoftwareNavigationInfo
java.lang.Object
io.github.primelib.jira4j.restv2.model.SoftwareNavigationInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SoftwareNavigationInfo
extends Object
SoftwareNavigationInfo
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SoftwareNavigationInfo
(Long boardId, String boardName, Boolean simpleBoard, Long totalBoardsInProject) Constructs a validated instance ofSoftwareNavigationInfo
.Constructs a validated instance ofSoftwareNavigationInfo
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboardId()
builder()
protected boolean
boolean
int
hashCode()
simpleBoard
(Boolean simpleBoard) toString()
totalBoardsInProject
(Long totalBoardsInProject)
-
Felddetails
-
boardId
-
boardName
-
simpleBoard
-
totalBoardsInProject
-
-
Konstruktordetails
-
SoftwareNavigationInfo
Constructs a validated instance ofSoftwareNavigationInfo
.- Parameter:
spec
- the specification to process
-
SoftwareNavigationInfo
@Internal public SoftwareNavigationInfo(Long boardId, String boardName, Boolean simpleBoard, Long totalBoardsInProject) Constructs a validated instance ofSoftwareNavigationInfo
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SoftwareNavigationInfo(Consumer)
instead.- Parameter:
boardId
- var.nameboardName
- var.namesimpleBoard
- var.nametotalBoardsInProject
- var.name
-
SoftwareNavigationInfo
protected SoftwareNavigationInfo()
-
-
Methodendetails
-
builder
-
boardId
-
boardName
-
simpleBoard
-
totalBoardsInProject
-
boardId
- Gibt zurück:
this
.
-
boardName
- Gibt zurück:
this
.
-
simpleBoard
- Gibt zurück:
this
.
-
totalBoardsInProject
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-