DataType

enum DataType : Enum<DataType>

Data type for the AJAX call.

Entries

JSON
Link copied to clipboard
JSON("json")
JSONP
Link copied to clipboard
JSONP("jsonp")
XML
Link copied to clipboard
XML("xml")
TEXT
Link copied to clipboard
TEXT("text")
SCRIPT
Link copied to clipboard
SCRIPT("script")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: DataType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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