ExportResponseStatusEnum

enum ExportResponseStatusEnum : Enum<ExportResponseStatusEnum>

Values: QUEUED,NO_DOCUMENTS_FOUND

Entries

NO_DOCUMENTS_FOUND
Link copied to clipboard
@SerializedName(value = noDocumentsFound)
NO_DOCUMENTS_FOUND("noDocumentsFound")
QUEUED
Link copied to clipboard
@SerializedName(value = queued)
QUEUED("queued")

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String