Class VersionUsageInCustomField.VersionUsageInCustomFieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionUsageInCustomField.VersionUsageInCustomFieldBuilder
- Enclosing class:
- VersionUsageInCustomField
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customFieldId(Long customFieldId) The ID of the custom field.The name of the custom field.issueCountWithVersionInCustomField(Long issueCountWithVersionInCustomField) Count of the issues where the custom field contains the version.toString()
-
Method Details
-
customFieldId
The ID of the custom field.- Returns:
this.
-
fieldName
The name of the custom field.- Returns:
this.
-
issueCountWithVersionInCustomField
public VersionUsageInCustomField.VersionUsageInCustomFieldBuilder issueCountWithVersionInCustomField(Long issueCountWithVersionInCustomField) Count of the issues where the custom field contains the version.- Returns:
this.
-
build
-
toString
-