RequestType

enum RequestType : Enum<RequestType>

Describes type for request object.

Parameters

value

String value of this enum

Entries

IMAGE
Link copied to clipboard
@SerializedName(value = "image")
IMAGE("image")

Request type image.

SPRITE_JSON
Link copied to clipboard
@SerializedName(value = "sprite-json")
SPRITE_JSON("sprite-json")

Request type sprite-json.

SPRITE_IMAGE
Link copied to clipboard
@SerializedName(value = "sprite-image")
SPRITE_IMAGE("sprite-image")

Request type sprite-image.

GLYPHS
Link copied to clipboard
@SerializedName(value = "glyphs")
GLYPHS("glyphs")

Request type glyphs.

TILE
Link copied to clipboard
@SerializedName(value = "tile")
TILE("tile")

Request type tile.

SOURCE
Link copied to clipboard
@SerializedName(value = "source")
SOURCE("source")

Request type source.

STYLE
Link copied to clipboard
@SerializedName(value = "style")
STYLE("style")

Request type style.

UNKNOWN
Link copied to clipboard
@SerializedName(value = "unknown")
UNKNOWN("unknown")

Request type unknown.

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