Class IssueCreateMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueCreateMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueCreateMetadata
extends Object
IssueCreateMetadata
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringExpand options that include additional project details in the response.protected List<ProjectIssueCreateMetadata>List of projects and their issue creation metadata. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueCreateMetadata(String expand, List<ProjectIssueCreateMetadata> projects) Constructs a validated instance ofIssueCreateMetadata.Constructs a validated instance ofIssueCreateMetadata. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanexpand()Expand options that include additional project details in the response.Expand options that include additional project details in the response.inthashCode()projects()List of projects and their issue creation metadata.projects(List<ProjectIssueCreateMetadata> projects) List of projects and their issue creation metadata.toString()
-
Field Details
-
expand
Expand options that include additional project details in the response. -
projects
List of projects and their issue creation metadata.
-
-
Constructor Details
-
IssueCreateMetadata
Constructs a validated instance ofIssueCreateMetadata.- Parameters:
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.- Parameters:
expand- Expand options that include additional project details in the response.projects- List of projects and their issue creation metadata.
-
IssueCreateMetadata
protected IssueCreateMetadata()
-
-
Method Details
-
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.- Returns:
this.
-
projects
List of projects and their issue creation metadata.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-