public class WebhookRequestBodyFactory extends Object
| 构造器和说明 |
|---|
WebhookRequestBodyFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseWebhookRequestBody |
newInstance(WebhookProductEnum webhookProductEnum,
String title) |
static BaseWebhookRequestBody |
newInstance(WebhookProductEnum webhookProductEnum,
String title,
List<String> userIdList,
List<String> userMobileList) |
public static BaseWebhookRequestBody newInstance(WebhookProductEnum webhookProductEnum, String title)
public static BaseWebhookRequestBody newInstance(WebhookProductEnum webhookProductEnum, String title, List<String> userIdList, List<String> userMobileList)
Copyright © 2021. All rights reserved.