Class FieldConfigurationItem.FieldConfigurationItemBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldConfigurationItem.FieldConfigurationItemBuilder
- Enclosing class:
- FieldConfigurationItem
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) The description of the field within the field configuration.The ID of the field within the field configuration.Whether the field is hidden in the field configuration.isRequired(Boolean isRequired) Whether the field is required in the field configuration.The renderer type for the field within the field configuration.toString()
-
Method Details
-
description
The description of the field within the field configuration.- Returns:
this.
-
id
The ID of the field within the field configuration.- Returns:
this.
-
isHidden
Whether the field is hidden in the field configuration.- Returns:
this.
-
isRequired
Whether the field is required in the field configuration.- Returns:
this.
-
renderer
The renderer type for the field within the field configuration.- Returns:
this.
-
build
-
toString
-