toggle menu
arcgis-maps-kotlin
200.5.0
androidJvm
switch theme
search in API
arcgis-maps-kotlin
/
com.arcgismaps.httpcore
/
Request
/
Method
Method
sealed
class
Method
Defines a set of supported HTTP request methods.
Since
200.2.0
Inheritors
Get
Head
Post
Unknown
Members
Types
Get
Link copied to clipboard
object
Get
:
Request.Method
Head
Link copied to clipboard
object
Head
:
Request.Method
Post
Link copied to clipboard
object
Post
:
Request.Method
Unknown
Link copied to clipboard
object
Unknown
:
Request.Method
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String