toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.client
/
RawResponse
Raw
Response
class
RawResponse
(
val
body
:
<Error class: unknown class>
,
val
status
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
)
Members
Constructors
Raw
Response
Link copied to clipboard
constructor
(
body
:
<Error class: unknown class>
,
status
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
)
Properties
body
Link copied to clipboard
val
body
:
<Error class: unknown class>
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Link copied to clipboard
val
status
:
Int
Functions
create
Content
Link copied to clipboard
inline suspend
fun
<
T
:
Any
>
createContent
(
)
:
T
create
Response
Link copied to clipboard
inline suspend
fun
<
T
:
Any
>
createResponse
(
)
:
Response
<
T
>