Klasse IssueBean
java.lang.Object
io.github.primelib.jira4j.restv3.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 IssueBeanChangelogprotected IssueBeanEditmetaprotected StringExpand options that include additional issue details in the response.protected IncludedFieldsprotected StringThe ID of the issue.protected StringThe key of the issue.The ID and name of each field present on the issue.protected IssueBeanOperationsDetails 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 URIThe 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIssueBean(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.IssueBeanBuilderbuilder()protected booleanchangelog(IssueBeanChangelog changelog) editmeta()editmeta(IssueBeanEditmeta editmeta) booleanexpand()Expand options that include additional issue details in the response.Expand options that include additional issue details in the response.fields()fieldsToInclude(IncludedFields fieldsToInclude) inthashCode()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- changelogeditmeta- editmetaexpand- Expand options that include additional issue details in the response.fields- fieldsfieldsToInclude- fieldsToIncludeid- The ID of the issue.key- The key of the issue.names- The ID and name of each field present on the issue.operations- operationsproperties- 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
-