Klasse IssueCreateMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueCreateMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueCreateMetadata
extends Object
IssueCreateMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Expand options that include additional project details in the response.protected List<ProjectIssueCreateMetadata>
List of projects and their issue creation metadata. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueCreateMetadata
(String expand, List<ProjectIssueCreateMetadata> projects) Constructs a validated instance ofIssueCreateMetadata
.Constructs a validated instance ofIssueCreateMetadata
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
expand()
Expand options that include additional project details in the response.Expand options that include additional project details in the response.int
hashCode()
projects()
List of projects and their issue creation metadata.projects
(List<ProjectIssueCreateMetadata> projects) List of projects and their issue creation metadata.toString()
-
Felddetails
-
expand
Expand options that include additional project details in the response. -
projects
List of projects and their issue creation metadata.
-
-
Konstruktordetails
-
IssueCreateMetadata
Constructs a validated instance ofIssueCreateMetadata
.- Parameter:
spec
- the specification to process
-
IssueCreateMetadata
Constructs a validated instance ofIssueCreateMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueCreateMetadata(Consumer)
instead.- Parameter:
expand
- Expand options that include additional project details in the response.projects
- List of projects and their issue creation metadata.
-
IssueCreateMetadata
protected IssueCreateMetadata()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional project details in the response. -
projects
List of projects and their issue creation metadata. -
expand
Expand options that include additional project details in the response.- Gibt zurück:
this
.
-
projects
List of projects and their issue creation metadata.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-