Class ProjectIssueCreateMetadata.ProjectIssueCreateMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectIssueCreateMetadata.ProjectIssueCreateMetadataBuilder
- Enclosing class:
- ProjectIssueCreateMetadata
-
Method Summary
Modifier and TypeMethodDescriptionavatarUrls
(ProjectIssueCreateMetadataAvatarUrls avatarUrls) build()
Expand options that include additional project issue create metadata details in the response.The ID of the project.issuetypes
(List<IssueTypeIssueCreateMetadata> issuetypes) List of the issue types supported by the project.The key of the project.The name of the project.The URL of the project.toString()
-
Method Details
-
avatarUrls
public ProjectIssueCreateMetadata.ProjectIssueCreateMetadataBuilder avatarUrls(ProjectIssueCreateMetadataAvatarUrls avatarUrls) - Returns:
this
.
-
expand
Expand options that include additional project issue create metadata details in the response.- Returns:
this
.
-
id
The ID of the project.- Returns:
this
.
-
issuetypes
public ProjectIssueCreateMetadata.ProjectIssueCreateMetadataBuilder issuetypes(List<IssueTypeIssueCreateMetadata> issuetypes) List of the issue types supported by the project.- Returns:
this
.
-
key
The key of the project.- Returns:
this
.
-
name
The name of the project.- Returns:
this
.
-
self
The URL of the project.- Returns:
this
.
-
build
-
toString
-