toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.admin.controller.response
Package-level
declarations
Types
Types
Add
Article
Response
Link copied to clipboard
data
class
AddArticleResponse
(
val
articleId
:
Long
)
Add
Workbook
Response
Link copied to clipboard
data
class
AddWorkbookResponse
(
val
workbookId
:
Long
)
Convert
Content
Response
Link copied to clipboard
data
class
ConvertContentResponse
(
val
content
:
String
,
val
originDownLoadUrl
:
URL
)
Image
Source
Response
Link copied to clipboard
data
class
ImageSourceResponse
(
val
url
:
URL
,
val
supportSuffix
:
List
<
String
>
)