solapi.sdk
Toggle table of contents
1.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
solapi.sdk
solapi.sdk
/
com.solapi.sdk.message.dto.response.common
/
CommonListResponse
Common
List
Response
@
Serializable
(
)
public
abstract
class
CommonListResponse
Inheritors
MessageListResponse
KakaoAlimtalkTemplateListResponse
KakaoBrandMessageTemplateListResponse
Members
Constructors
Common
List
Response
Link copied to clipboard
public
CommonListResponse
CommonListResponse
(
Integer
limit
,
String
startKey
,
String
nextKey
)
Properties
limit
Link copied to clipboard
private
Integer
limit
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
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
value
)
set
Next
Key
Link copied to clipboard
public
final
Unit
setNextKey
(
String
value
)
set
Start
Key
Link copied to clipboard
public
final
Unit
setStartKey
(
String
value
)