root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.data
/
APICall
APICall
goblin-service
data
class
APICall
(
val
endpoint
:
String
,
val
description
:
String
,
val
context
:
String
=
"global"
,
val
method
:
String
=
"GET"
,
val
deprecated
:
Boolean
=
false
,
val
action
:
Boolean
=
false
,
val
payload
:
String
?
=
null
)
:
Comparable
<
APICall
>
Used for documenting the supported API calls.
Members
Constructors
APICall
Link copied to clipboard
goblin-service
constructor
(
endpoint
:
String
,
description
:
String
,
context
:
String
=
"global"
,
method
:
String
=
"GET"
,
deprecated
:
Boolean
=
false
,
action
:
Boolean
=
false
,
payload
:
String
?
=
null
)
Properties
action
Link copied to clipboard
goblin-service
val
action
:
Boolean
=
false
context
Link copied to clipboard
goblin-service
val
context
:
String
deprecated
Link copied to clipboard
goblin-service
val
deprecated
:
Boolean
=
false
description
Link copied to clipboard
goblin-service
val
description
:
String
endpoint
Link copied to clipboard
goblin-service
val
endpoint
:
String
method
Link copied to clipboard
goblin-service
val
method
:
String
payload
Link copied to clipboard
goblin-service
val
payload
:
String
?
=
null
Functions
compare
To
Link copied to clipboard
goblin-service
open
operator override
fun
compareTo
(
other
:
APICall
)
:
Int