java.lang.Object
java.lang.Enum<GHProjectsV2ItemChanges.FieldType>
org.kohsuke.github.GHProjectsV2ItemChanges.FieldType
- All Implemented Interfaces:
Serializable
,Comparable<GHProjectsV2ItemChanges.FieldType>
- Enclosing class:
- GHProjectsV2ItemChanges
public static enum GHProjectsV2ItemChanges.FieldType
extends Enum<GHProjectsV2ItemChanges.FieldType>
The Enum FieldType.
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GHProjectsV2ItemChanges.FieldType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TEXT
The text. -
NUMBER
The number. -
DATE
The date. -
SINGLE_SELECT
The single select. -
ITERATION
The iteration. -
UNKNOWN
The unknown.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-