solapi.sdk
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
solapi.sdk
solapi.sdk
/
com.solapi.sdk.message.dto.response
/
MessageListResponse
Message
List
Response
@
Serializable
(
)
public
final
class
MessageListResponse
extends
CommonListResponse
Members
Constructors
Message
List
Response
Link copied to clipboard
public
MessageListResponse
MessageListResponse
(
Map
<
String
,
Message
>
messageList
)
Properties
limit
Link copied to clipboard
private
Integer
limit
message
List
Link copied to clipboard
private
Map
<
String
,
Message
>
messageList
next
Key
Link copied to clipboard
private
String
nextKey
start
Key
Link copied to clipboard
private
String
startKey
Functions
get
Limit
Link copied to clipboard
public
final
Integer
getLimit
(
)
get
Message
List
Link copied to clipboard
public
final
Map
<
String
,
Message
>
getMessageList
(
)
get
Next
Key
Link copied to clipboard
public
final
String
getNextKey
(
)
get
Start
Key
Link copied to clipboard
public
final
String
getStartKey
(
)
set
Limit
Link copied to clipboard
public
final
Unit
setLimit
(
Integer
limit
)
set
Message
List
Link copied to clipboard
public
final
Unit
setMessageList
(
Map
<
String
,
Message
>
messageList
)
set
Next
Key
Link copied to clipboard
public
final
Unit
setNextKey
(
String
nextKey
)
set
Start
Key
Link copied to clipboard
public
final
Unit
setStartKey
(
String
startKey
)