kvision-bootstrap-select
/
io.kvision.form.select
/
HttpType
Http
Type
enum
HttpType
:
Enum
<
HttpType
>
Content copied to clipboard
HTTP protocol type for the AJAX call.
Entries
Functions
Properties
Entries
GET
Link copied to clipboard
GET
("GET")
Content copied to clipboard
POST
Link copied to clipboard
POST
("POST")
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
HttpType
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard