Enum Class IssueField

java.lang.Object
java.lang.Enum<IssueField>
com.technia.dsx.threedspace.change.issue.IssueField
All Implemented Interfaces:
com.technia.dsx.EnumType, Serializable, Comparable<IssueField>, Constable

public enum IssueField extends Enum<IssueField> implements com.technia.dsx.EnumType
Document me
Since:
2023-02-16
  • Enum Constant Details

    • MEMBERS

      public static final IssueField MEMBERS
    • AFFECTED_ITEMS

      public static final IssueField AFFECTED_ITEMS
    • RESOLVED_BY

      public static final IssueField RESOLVED_BY
    • CONTEXTS

      public static final IssueField CONTEXTS
    • RESOLUTION

      public static final IssueField RESOLUTION
    • CUSTOMER_ATTRIBUTES

      public static final IssueField CUSTOMER_ATTRIBUTES
  • Method Details

    • values

      public static IssueField[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IssueField valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static IssueField fromString(String str)
    • fromString

      public static IssueField fromString(String str, IssueField defaultValue)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<IssueField>