Klasse ConnectCustomFieldValue

java.lang.Object
io.github.primelib.jira4j.restv2.model.ConnectCustomFieldValue

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ConnectCustomFieldValue extends Object
ConnectCustomFieldValue
  • Felddetails

    • type

      The type of custom field.
    • fieldID

      protected Integer fieldID
      The custom field ID.
    • issueID

      protected Integer issueID
      The issue ID.
    • number

      protected BigDecimal number
      The value of number type custom field when _type is NumberIssueField.
    • optionID

      protected String optionID
      The value of single select and multiselect custom field type when _type is SingleSelectIssueField or MultiSelectIssueField.
    • richText

      protected String richText
      The value of richText type custom field when _type is RichTextIssueField.
    • string

      protected String string
      The value of string type custom field when _type is StringIssueField.
    • text

      protected String text
      The value of of text custom field type when _type is TextIssueField.
  • Konstruktordetails

    • ConnectCustomFieldValue

      public ConnectCustomFieldValue(Consumer<ConnectCustomFieldValue> spec)
      Constructs a validated instance of ConnectCustomFieldValue.
      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 of ConnectCustomFieldValue.

      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 _type is NumberIssueField.
      optionID - The value of single select and multiselect custom field type when _type is SingleSelectIssueField or MultiSelectIssueField.
      richText - The value of richText type custom field when _type is RichTextIssueField.
      string - The value of string type custom field when _type is StringIssueField.
      text - The value of of text custom field type when _type is TextIssueField.
    • ConnectCustomFieldValue

      protected ConnectCustomFieldValue()
  • Methodendetails

    • builder

    • type

      The type of custom field.
    • fieldID

      public Integer fieldID()
      The custom field ID.
    • issueID

      public Integer issueID()
      The issue ID.
    • number

      public BigDecimal number()
      The value of number type custom field when _type is NumberIssueField.
    • optionID

      public String optionID()
      The value of single select and multiselect custom field type when _type is SingleSelectIssueField or MultiSelectIssueField.
    • richText

      public String richText()
      The value of richText type custom field when _type is RichTextIssueField.
    • string

      public String string()
      The value of string type custom field when _type is StringIssueField.
    • text

      public String text()
      The value of of text custom field type when _type is TextIssueField.
    • type

      The type of custom field.
      Gibt zurück:
      this.
    • fieldID

      public ConnectCustomFieldValue fieldID(Integer fieldID)
      The custom field ID.
      Gibt zurück:
      this.
    • issueID

      public ConnectCustomFieldValue issueID(Integer issueID)
      The issue ID.
      Gibt zurück:
      this.
    • number

      public ConnectCustomFieldValue number(BigDecimal number)
      The value of number type custom field when _type is NumberIssueField.
      Gibt zurück:
      this.
    • optionID

      public ConnectCustomFieldValue optionID(String optionID)
      The value of single select and multiselect custom field type when _type is SingleSelectIssueField or MultiSelectIssueField.
      Gibt zurück:
      this.
    • richText

      public ConnectCustomFieldValue richText(String richText)
      The value of richText type custom field when _type is RichTextIssueField.
      Gibt zurück:
      this.
    • string

      public ConnectCustomFieldValue string(String string)
      The value of string type custom field when _type is StringIssueField.
      Gibt zurück:
      this.
    • text

      public ConnectCustomFieldValue text(String text)
      The value of of text custom field type when _type is TextIssueField.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object