Class ProjectLandingPageInfo
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectLandingPageInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectLandingPageInfo
extends Object
ProjectLandingPageInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofProjectLandingPageInfo
.ProjectLandingPageInfo
(Map<String, String> attributes, Long boardId, String boardName, String projectKey, String projectType, String queueCategory, Long queueId, String queueName, Boolean simpleBoard, Boolean simplified, String url) Constructs a validated instance ofProjectLandingPageInfo
. -
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) boardId()
builder()
protected boolean
boolean
int
hashCode()
projectKey
(String projectKey) projectType
(String projectType) queueCategory
(String queueCategory) queueId()
simpleBoard
(Boolean simpleBoard) simplified
(Boolean simplified) toString()
url()
-
Field Details
-
attributes
-
boardId
-
boardName
-
projectKey
-
projectType
-
queueCategory
-
queueId
-
queueName
-
simpleBoard
-
simplified
-
url
-
-
Constructor Details
-
ProjectLandingPageInfo
Constructs a validated instance ofProjectLandingPageInfo
.- Parameters:
spec
- the specification to process
-
ProjectLandingPageInfo
@Internal public ProjectLandingPageInfo(Map<String, String> attributes, Long boardId, String boardName, String projectKey, String projectType, String queueCategory, Long queueId, String queueName, Boolean simpleBoard, Boolean simplified, String url) Constructs a validated instance ofProjectLandingPageInfo
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectLandingPageInfo(Consumer)
instead.- Parameters:
attributes
- attributesboardId
- boardIdboardName
- boardNameprojectKey
- projectKeyprojectType
- projectTypequeueCategory
- queueCategoryqueueId
- queueIdqueueName
- queueNamesimpleBoard
- simpleBoardsimplified
- simplifiedurl
- url
-
ProjectLandingPageInfo
protected ProjectLandingPageInfo()
-
-
Method Details
-
builder
-
attributes
-
boardId
-
boardName
-
projectKey
-
projectType
-
queueCategory
-
queueId
-
queueName
-
simpleBoard
-
simplified
-
url
-
attributes
- Returns:
this
.
-
boardId
- Returns:
this
.
-
boardName
- Returns:
this
.
-
projectKey
- Returns:
this
.
-
projectType
- Returns:
this
.
-
queueCategory
- Returns:
this
.
-
queueId
- Returns:
this
.
-
queueName
- Returns:
this
.
-
simpleBoard
- Returns:
this
.
-
simplified
- Returns:
this
.
-
url
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-