Submission Status
//indico-client-java/com.indico.type/SubmissionStatus
SubmissionStatus
[jvm]
enum SubmissionStatus : Enum<SubmissionStatus>
Entries
PROCESSING | [jvm] PROCESSING |
PENDING_REVIEW | [jvm] PENDING_REVIEW |
PENDING_ADMIN_REVIEW | [jvm] PENDING_ADMIN_REVIEW |
PENDING_AUTO_REVIEW | [jvm] PENDING_AUTO_REVIEW |
COMPLETE | [jvm] COMPLETE |
FAILED | [jvm] FAILED |
Properties
Name | Summary |
---|---|
entries | [jvm] val entries: EnumEntries<SubmissionStatus> 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): SubmissionStatus 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<SubmissionStatus> Returns an array containing the constants of this enum type, in the order they're declared. |
Updated about 1 year ago