Klasse ProjectLandingPageInfo
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectLandingPageInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectLandingPageInfo
extends Object
ProjectLandingPageInfo
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
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
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungattributes
(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()
-
Felddetails
-
attributes
-
boardId
-
boardName
-
projectKey
-
projectType
-
queueCategory
-
queueId
-
queueName
-
simpleBoard
-
simplified
-
url
-
-
Konstruktordetails
-
ProjectLandingPageInfo
Constructs a validated instance ofProjectLandingPageInfo
.- Parameter:
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.- Parameter:
attributes
- attributesboardId
- boardIdboardName
- boardNameprojectKey
- projectKeyprojectType
- projectTypequeueCategory
- queueCategoryqueueId
- queueIdqueueName
- queueNamesimpleBoard
- simpleBoardsimplified
- simplifiedurl
- url
-
ProjectLandingPageInfo
protected ProjectLandingPageInfo()
-
-
Methodendetails
-
builder
-
attributes
-
boardId
-
boardName
-
projectKey
-
projectType
-
queueCategory
-
queueId
-
queueName
-
simpleBoard
-
simplified
-
url
-
attributes
- Gibt zurück:
this
.
-
boardId
- Gibt zurück:
this
.
-
boardName
- Gibt zurück:
this
.
-
projectKey
- Gibt zurück:
this
.
-
projectType
- Gibt zurück:
this
.
-
queueCategory
- Gibt zurück:
this
.
-
queueId
- Gibt zurück:
this
.
-
queueName
- Gibt zurück:
this
.
-
simpleBoard
- Gibt zurück:
this
.
-
simplified
- Gibt zurück:
this
.
-
url
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-