RequestType

enum RequestType : Enum<RequestType>

Describes type for request object.

Parameters

value

String value of this enum

Entries

UNKNOWN
Link copied to clipboard
@SerializedName(value = "unknown")
UNKNOWN("unknown")
Request type unknown.
STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")
Request type style.
SOURCE
Link copied to clipboard
@SerializedName(value = "source")
SOURCE("source")
Request type source.
TILE
Link copied to clipboard
@SerializedName(value = "tile")
TILE("tile")
Request type tile.
GLYPHS
Link copied to clipboard
@SerializedName(value = "glyphs")
GLYPHS("glyphs")
Request type glyphs.
SPRITE_IMAGE
Link copied to clipboard
@SerializedName(value = "sprite-image")
SPRITE_IMAGE("sprite-image")
Request type sprite-image.
SPRITE_JSON
Link copied to clipboard
@SerializedName(value = "sprite-json")
SPRITE_JSON("sprite-json")
Request type sprite-json.
IMAGE
Link copied to clipboard
@SerializedName(value = "image")
IMAGE("image")
Request type image.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: RequestType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<RequestType>
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
value
Link copied to clipboard
val value: String
String value of this enum