public class ChannelDescribeEmployeesRequest extends AbstractModel
Constructor and Description |
---|
ChannelDescribeEmployeesRequest() |
ChannelDescribeEmployeesRequest(ChannelDescribeEmployeesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Get 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
Filter[] |
getFilters()
Get 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
查询离职员工时,Key为Status,Values为["QuiteJob"]
|
Long |
getLimit()
Get 返回最大数量,最大为20
|
Long |
getOffset()
Get 偏移量,默认为0,最大为20000
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFilters(Filter[] Filters)
Set 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
查询离职员工时,Key为Status,Values为["QuiteJob"]
|
void |
setLimit(Long Limit)
Set 返回最大数量,最大为20
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0,最大为20000
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ChannelDescribeEmployeesRequest()
public ChannelDescribeEmployeesRequest(ChannelDescribeEmployeesRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回最大数量,最大为20public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 查询过滤实名用户,Key为Status,Values为["IsVerified"]
根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
查询离职员工时,Key为Status,Values为["QuiteJob"]public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0,最大为20000public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2022. All rights reserved.