public class DingtalkFlowFormRequest extends BaseTaobaoRequest<DingtalkFlowFormResponse>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DingtalkFlowFormRequest.RequestFormData
表单数据
|
static class |
DingtalkFlowFormRequest.RequestFormItem
表单数据
|
static class |
DingtalkFlowFormRequest.RequestFormItemProperty
表单属性
|
headerMap, order, session, targetAppKey, timestamp, topMixParams, udfParams| 构造器和说明 |
|---|
DingtalkFlowFormRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check()
客户端参数检查,减少服务端无效调用。
|
String |
getAction() |
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getCorpId() |
String |
getForm() |
String |
getProcessCode() |
Class<DingtalkFlowFormResponse> |
getResponseClass()
获取具体响应实现类的定义。
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。
|
String |
getTopApiFormat() |
String |
getTopApiVersion()
API版本号,将作为最终API请求的v请求参数
|
String |
getTopContentType()
API对应的请求方式,包含xml,json,form
|
String |
getTopResponseType()
API对应的响应格式,包含top(top标准),qimen(奇门1.0标准),qimen2(奇门2.0标准)
|
String |
getUserId() |
void |
setAction(String action) |
void |
setCorpId(String corpId) |
void |
setForm(DingtalkFlowFormRequest.RequestFormData form) |
void |
setForm(String form) |
void |
setProcessCode(String processCode) |
void |
setTopApiFormat(String topApiFormat) |
void |
setTopApiVersion(String topApiVersion) |
void |
setTopContentType(String topContentType) |
void |
setTopResponseType(String topResponseType) |
void |
setUserId(String userId) |
getBatchApiOrder, getBatchApiSession, getHeaderMap, getTargetAppKey, getTimestamp, getTopApiCallType, getTopHttpMethod, getTopMixParams, putHeaderParam, putOtherTextParam, setBatchApiOrder, setBatchApiSession, setHeaderMap, setTargetAppKey, setTimestamp, setTopApiCallType, setTopHttpMethod, setTopMixParamspublic void setAction(String action)
public String getAction()
public void setCorpId(String corpId)
public String getCorpId()
public void setForm(String form)
public void setForm(DingtalkFlowFormRequest.RequestFormData form)
public String getForm()
public void setProcessCode(String processCode)
public String getProcessCode()
public void setUserId(String userId)
public String getUserId()
public String getApiMethodName()
TaobaoRequestgetApiMethodName 在接口中 TaobaoRequest<DingtalkFlowFormResponse>getApiMethodName 在类中 BaseTaobaoRequest<DingtalkFlowFormResponse>public String getTopContentType()
TaobaoRequestgetTopContentType 在接口中 TaobaoRequest<DingtalkFlowFormResponse>getTopContentType 在类中 BaseTaobaoRequest<DingtalkFlowFormResponse>public void setTopContentType(String topContentType)
public String getTopResponseType()
TaobaoRequestgetTopResponseType 在接口中 TaobaoRequest<DingtalkFlowFormResponse>getTopResponseType 在类中 BaseTaobaoRequest<DingtalkFlowFormResponse>public void setTopResponseType(String topResponseType)
public String getTopApiVersion()
TaobaoRequestgetTopApiVersion 在接口中 TaobaoRequest<DingtalkFlowFormResponse>getTopApiVersion 在类中 BaseTaobaoRequest<DingtalkFlowFormResponse>public void setTopApiVersion(String topApiVersion)
public String getTopApiFormat()
public void setTopApiFormat(String topApiFormat)
public Map<String,String> getTextParams()
TaobaoRequestpublic Class<DingtalkFlowFormResponse> getResponseClass()
TaobaoRequestpublic void check()
throws ApiRuleException
TaobaoRequestApiRuleExceptionCopyright © 2020. All rights reserved.