Package com.bytedesk.social.kakao
Class KakaoRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.social.kakao.KakaoRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String用户关注公众号后发送欢迎语private ZonedDateTimeprivate Stringapp_idprivate Stringprivate String数据格式private Stringprivate Booleanprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
name
-
description
-
appId
app_id -
appSecret
-
url
-
token
-
encodingAesKey
-
encryptMode
-
dataType
数据格式 -
accessToken
用户关注公众号后发送欢迎语 -
accessTokenExpiresAt
-
workgroupUid
-
enabled
-
-
Constructor Details
-
KakaoRequest
public KakaoRequest()
-