Class IssueCreateMetadata.IssueCreateMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueCreateMetadata.IssueCreateMetadataBuilder
- Enclosing class:
- IssueCreateMetadata
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Expand options that include additional project details in the response.projects
(List<ProjectIssueCreateMetadata> projects) List of projects and their issue creation metadata.toString()
-
Method Details
-
expand
Expand options that include additional project details in the response.- Returns:
this
.
-
projects
public IssueCreateMetadata.IssueCreateMetadataBuilder projects(List<ProjectIssueCreateMetadata> projects) List of projects and their issue creation metadata.- Returns:
this
.
-
build
-
toString
-