Klasse IssueBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueBean
extends Object
IssueBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IssueBeanChangelog
protected IssueBeanEditmeta
protected String
Expand options that include additional issue details in the response.protected IncludedFields
protected String
The ID of the issue.protected String
The key of the issue.The ID and name of each field present on the issue.protected IssueBeanOperations
Details of the issue properties identified in the request.The rendered value of each field present on the issue.protected Map<String,
JsonTypeBean> The schema describing each field present on the issue.protected URI
The URL of the issue details.protected List<IssueTransition>
The transitions that can be performed on the issue.The versions of each field on the issue. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueBean
(IssueBeanChangelog changelog, IssueBeanEditmeta editmeta, String expand, Map<String, Object> fields, IncludedFields fieldsToInclude, String id, String key, Map<String, String> names, IssueBeanOperations operations, Map<String, Object> properties, Map<String, Object> renderedFields, Map<String, JsonTypeBean> schema, URI self, List<IssueTransition> transitions, Map<String, Map<String, Object>> versionedRepresentations) Constructs a validated instance ofIssueBean
.Constructs a validated instance ofIssueBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IssueBean.IssueBeanBuilder
builder()
protected boolean
changelog
(IssueBeanChangelog changelog) editmeta()
editmeta
(IssueBeanEditmeta editmeta) boolean
expand()
Expand options that include additional issue details in the response.Expand options that include additional issue details in the response.fields()
fieldsToInclude
(IncludedFields fieldsToInclude) int
hashCode()
id()
The ID of the issue.The ID of the issue.key()
The key of the issue.The key of the issue.names()
The ID and name of each field present on the issue.The ID and name of each field present on the issue.operations
(IssueBeanOperations operations) Details of the issue properties identified in the request.properties
(Map<String, Object> properties) Details of the issue properties identified in the request.The rendered value of each field present on the issue.renderedFields
(Map<String, Object> renderedFields) The rendered value of each field present on the issue.schema()
The schema describing each field present on the issue.schema
(Map<String, JsonTypeBean> schema) The schema describing each field present on the issue.self()
The URL of the issue details.The URL of the issue details.toString()
The transitions that can be performed on the issue.transitions
(List<IssueTransition> transitions) The transitions that can be performed on the issue.The versions of each field on the issue.The versions of each field on the issue.
-
Felddetails
-
changelog
-
editmeta
-
expand
Expand options that include additional issue details in the response. -
fields
-
fieldsToInclude
-
id
The ID of the issue. -
key
The key of the issue. -
names
The ID and name of each field present on the issue. -
operations
-
properties
Details of the issue properties identified in the request. -
renderedFields
The rendered value of each field present on the issue. -
schema
The schema describing each field present on the issue. -
self
The URL of the issue details. -
transitions
The transitions that can be performed on the issue. -
versionedRepresentations
The versions of each field on the issue.
-
-
Konstruktordetails
-
IssueBean
Constructs a validated instance ofIssueBean
.- Parameter:
spec
- the specification to process
-
IssueBean
@Internal public IssueBean(IssueBeanChangelog changelog, IssueBeanEditmeta editmeta, String expand, Map<String, Object> fields, IncludedFields fieldsToInclude, String id, String key, Map<String, String> names, IssueBeanOperations operations, Map<String, Object> properties, Map<String, Object> renderedFields, Map<String, JsonTypeBean> schema, URI self, List<IssueTransition> transitions, Map<String, Map<String, Object>> versionedRepresentations) Constructs a validated instance ofIssueBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueBean(Consumer)
instead.- Parameter:
changelog
- var.nameeditmeta
- var.nameexpand
- Expand options that include additional issue details in the response.fields
- var.namefieldsToInclude
- var.nameid
- The ID of the issue.key
- The key of the issue.names
- The ID and name of each field present on the issue.operations
- var.nameproperties
- Details of the issue properties identified in the request.renderedFields
- The rendered value of each field present on the issue.schema
- The schema describing each field present on the issue.self
- The URL of the issue details.transitions
- The transitions that can be performed on the issue.versionedRepresentations
- The versions of each field on the issue.
-
IssueBean
protected IssueBean()
-
-
Methodendetails
-
builder
-
changelog
-
editmeta
-
expand
Expand options that include additional issue details in the response. -
fields
-
fieldsToInclude
-
id
The ID of the issue. -
key
The key of the issue. -
names
The ID and name of each field present on the issue. -
operations
-
properties
Details of the issue properties identified in the request. -
renderedFields
The rendered value of each field present on the issue. -
schema
The schema describing each field present on the issue. -
self
The URL of the issue details. -
transitions
The transitions that can be performed on the issue. -
versionedRepresentations
The versions of each field on the issue. -
changelog
- Gibt zurück:
this
.
-
editmeta
- Gibt zurück:
this
.
-
expand
Expand options that include additional issue details in the response.- Gibt zurück:
this
.
-
fields
- Gibt zurück:
this
.
-
fieldsToInclude
- Gibt zurück:
this
.
-
id
The ID of the issue.- Gibt zurück:
this
.
-
key
The key of the issue.- Gibt zurück:
this
.
-
names
The ID and name of each field present on the issue.- Gibt zurück:
this
.
-
operations
- Gibt zurück:
this
.
-
properties
Details of the issue properties identified in the request.- Gibt zurück:
this
.
-
renderedFields
The rendered value of each field present on the issue.- Gibt zurück:
this
.
-
schema
The schema describing each field present on the issue.- Gibt zurück:
this
.
-
self
The URL of the issue details.- Gibt zurück:
this
.
-
transitions
The transitions that can be performed on the issue.- Gibt zurück:
this
.
-
versionedRepresentations
The versions of each field on the issue.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-