Submission Result Version
//indico-client-java/com.indico.type/SubmissionResultVersion
SubmissionResultVersion
[jvm]
enum SubmissionResultVersion : Enum<SubmissionResultVersion>
Submission results file version.
Entries
ONE | [jvm] ONE |
TWO | [jvm] TWO |
THREE | [jvm] THREE |
LATEST | [jvm] LATEST |
OLDEST_SUPPORTED | [jvm] OLDEST_SUPPORTED |
Properties
Name | Summary |
---|---|
entries | [jvm] val entries: EnumEntries<SubmissionResultVersion> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
name | [jvm] val name: String |
ordinal | [jvm] val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | [jvm] fun valueOf(value: String): SubmissionResultVersion 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.) |
values | [jvm] fun values(): Array<SubmissionResultVersion> Returns an array containing the constants of this enum type, in the order they're declared. |
Updated about 1 year ago