Class WeChatWorkCustomerRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.wechat.work.customer.WeChatWorkCustomerRequest
- All Implemented Interfaces:
Serializable
企业微信-客户联系功能请求
- Author:
- kefux.com
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
分页游标private String
描述信息private String
外部联系人的useridprivate Integer
每次查询的数量上限private Integer
部门ID列表private String
备注信息private String
备注的企业名称备注的手机号private String
备注图片的mediaidprivate static final long
private Integer
private String
用户ID列表private String
企业成员的useridFields inherited from class com.bytedesk.core.base.BaseRequest
client, 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()
-