Class SoftwareNavigationInfo
java.lang.Object
io.github.primelib.jira4j.restv3.model.SoftwareNavigationInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SoftwareNavigationInfo
extends Object
SoftwareNavigationInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoftwareNavigationInfo
(Long boardId, String boardName, Boolean simpleBoard, Long totalBoardsInProject) Constructs a validated instance ofSoftwareNavigationInfo
.Constructs a validated instance ofSoftwareNavigationInfo
. -
Method Summary
Modifier and TypeMethodDescriptionboardId()
builder()
protected boolean
boolean
int
hashCode()
simpleBoard
(Boolean simpleBoard) toString()
totalBoardsInProject
(Long totalBoardsInProject)
-
Field Details
-
boardId
-
boardName
-
simpleBoard
-
totalBoardsInProject
-
-
Constructor Details
-
SoftwareNavigationInfo
Constructs a validated instance ofSoftwareNavigationInfo
.- Parameters:
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.- Parameters:
boardId
- boardIdboardName
- boardNamesimpleBoard
- simpleBoardtotalBoardsInProject
- totalBoardsInProject
-
SoftwareNavigationInfo
protected SoftwareNavigationInfo()
-
-
Method Details
-
builder
-
boardId
-
boardName
-
simpleBoard
-
totalBoardsInProject
-
boardId
- Returns:
this
.
-
boardName
- Returns:
this
.
-
simpleBoard
- Returns:
this
.
-
totalBoardsInProject
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-