Class WeChatWorkCustomerRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.wechat.work.customer.WeChatWorkCustomerRequest
- All Implemented Interfaces:
PageableRequest,Serializable
企业微信-客户联系功能请求
- Author:
- kefux.com
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate String分页游标private String描述信息private String外部联系人的useridprivate Integer每次查询的数量上限private Integer部门ID列表private String备注信息private String备注的企业名称备注的手机号private String备注图片的mediaidprivate static final longprivate Integerprivate String用户ID列表private String企业成员的useridFields 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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
corpId
-
appSecret
-
userid
用户ID列表 -
partyid
部门ID列表 -
externalUserid
外部联系人的userid -
userIdForExternal
企业成员的userid -
remark
备注信息 -
description
描述信息 -
remarkCompany
备注的企业名称 -
remarkMobiles
备注的手机号 -
remarkPicMediaid
备注图片的mediaid -
cursor
分页游标 -
limit
每次查询的数量上限 -
strategyId
-
parentId
-
strategyName
-
adminList
-
privilege
-
range
-
rangeAdd
-
rangeDel
-
-
Constructor Details
-
WeChatWorkCustomerRequest
public WeChatWorkCustomerRequest()
-