toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.coding.tools.api
/
ApiMethod
Api
Method
data
class
ApiMethod
(
val
name
:
String
,
val
parameters
:
List
<
String
>
,
val
returnType
:
String
,
val
annotations
:
List
<
String
>
=
emptyList()
,
val
comment
:
String
?
=
null
)
Members
Constructors
Api
Method
Link copied to clipboard
constructor
(
name
:
String
,
parameters
:
List
<
String
>
,
returnType
:
String
,
annotations
:
List
<
String
>
=
emptyList()
,
comment
:
String
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
String
>
comment
Link copied to clipboard
val
comment
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
List
<
String
>
return
Type
Link copied to clipboard
val
returnType
:
String