Klasse ConnectCustomFieldValue
java.lang.Object
io.github.primelib.jira4j.restv3.model.ConnectCustomFieldValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConnectCustomFieldValue
extends Object
ConnectCustomFieldValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of custom field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IntegerThe custom field ID.protected IntegerThe issue ID.protected BigDecimalThe value of number type custom field when_typeisNumberIssueField.protected StringThe value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.protected StringThe value of richText type custom field when_typeisRichTextIssueField.protected StringThe value of string type custom field when_typeisStringIssueField.protected StringThe value of of text custom field type when_typeisTextIssueField.protected ConnectCustomFieldValue.TypeEnumThe type of custom field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConnectCustomFieldValue(ConnectCustomFieldValue.TypeEnum type, Integer fieldID, Integer issueID, BigDecimal number, String optionID, String richText, String string, String text) Constructs a validated instance ofConnectCustomFieldValue.Constructs a validated instance ofConnectCustomFieldValue. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanfieldID()The custom field ID.The custom field ID.inthashCode()issueID()The issue ID.The issue ID.number()The value of number type custom field when_typeisNumberIssueField.number(BigDecimal number) The value of number type custom field when_typeisNumberIssueField.optionID()The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.richText()The value of richText type custom field when_typeisRichTextIssueField.The value of richText type custom field when_typeisRichTextIssueField.string()The value of string type custom field when_typeisStringIssueField.The value of string type custom field when_typeisStringIssueField.text()The value of of text custom field type when_typeisTextIssueField.The value of of text custom field type when_typeisTextIssueField.toString()type()The type of custom field.The type of custom field.
-
Felddetails
-
type
The type of custom field. -
fieldID
The custom field ID. -
issueID
The issue ID. -
number
The value of number type custom field when_typeisNumberIssueField. -
optionID
The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField. -
richText
The value of richText type custom field when_typeisRichTextIssueField. -
string
The value of string type custom field when_typeisStringIssueField. -
text
The value of of text custom field type when_typeisTextIssueField.
-
-
Konstruktordetails
-
ConnectCustomFieldValue
Constructs a validated instance ofConnectCustomFieldValue.- Parameter:
spec- the specification to process
-
ConnectCustomFieldValue
@Internal public ConnectCustomFieldValue(ConnectCustomFieldValue.TypeEnum type, Integer fieldID, Integer issueID, BigDecimal number, String optionID, String richText, String string, String text) Constructs a validated instance ofConnectCustomFieldValue.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConnectCustomFieldValue(Consumer)instead.- Parameter:
type- The type of custom field.fieldID- The custom field ID.issueID- The issue ID.number- The value of number type custom field when_typeisNumberIssueField.optionID- The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.richText- The value of richText type custom field when_typeisRichTextIssueField.string- The value of string type custom field when_typeisStringIssueField.text- The value of of text custom field type when_typeisTextIssueField.
-
ConnectCustomFieldValue
protected ConnectCustomFieldValue()
-
-
Methodendetails
-
builder
-
type
The type of custom field. -
fieldID
The custom field ID. -
issueID
The issue ID. -
number
The value of number type custom field when_typeisNumberIssueField. -
optionID
The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField. -
richText
The value of richText type custom field when_typeisRichTextIssueField. -
string
The value of string type custom field when_typeisStringIssueField. -
text
The value of of text custom field type when_typeisTextIssueField. -
type
The type of custom field.- Gibt zurück:
this.
-
fieldID
The custom field ID.- Gibt zurück:
this.
-
issueID
The issue ID.- Gibt zurück:
this.
-
number
The value of number type custom field when_typeisNumberIssueField.- Gibt zurück:
this.
-
optionID
The value of single select and multiselect custom field type when_typeisSingleSelectIssueFieldorMultiSelectIssueField.- Gibt zurück:
this.
-
richText
The value of richText type custom field when_typeisRichTextIssueField.- Gibt zurück:
this.
-
string
The value of string type custom field when_typeisStringIssueField.- Gibt zurück:
this.
-
text
The value of of text custom field type when_typeisTextIssueField.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-