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.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
limit
)
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
)