RequestType

avokka.arangodb.protocol.RequestType
See theRequestType companion object
sealed abstract class RequestType(val value: Int) extends IntEnumEntry

Attributes

Companion
object
Graph
Supertypes
class IntEnumEntry
trait ValueEnumEntry[Int]
class Object
trait Matchable
class Any
Known subtypes
object DELETE.type
object GET.type
object HEAD.type
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
Show all

Members list

Value members

Concrete fields

val value: Int

Value of this entry

Value of this entry

Attributes