public final class WorkWeChatApi extends Object
| Modifier and Type | Field and Description |
|---|---|
private okhttp3.ConnectionPool |
connectionPool |
private okhttp3.logging.HttpLoggingInterceptor.Level |
level |
private WeComTokenCacheable |
weComTokenCacheable |
| Constructor and Description |
|---|
WorkWeChatApi(WeComTokenCacheable weComTokenCacheable)
Instantiates a new Work we chat api.
|
WorkWeChatApi(WeComTokenCacheable weComTokenCacheable,
okhttp3.ConnectionPool connectionPool)
推荐生产使用
|
WorkWeChatApi(WeComTokenCacheable weComTokenCacheable,
okhttp3.ConnectionPool connectionPool,
okhttp3.logging.HttpLoggingInterceptor.Level level)
开发使用,输出log
|
WorkWeChatApi(WeComTokenCacheable weComTokenCacheable,
okhttp3.logging.HttpLoggingInterceptor.Level level)
Instantiates a new Work we chat api.
|
private final WeComTokenCacheable weComTokenCacheable
private final okhttp3.logging.HttpLoggingInterceptor.Level level
private final okhttp3.ConnectionPool connectionPool
public WorkWeChatApi(WeComTokenCacheable weComTokenCacheable)
weComTokenCacheable - the we com token cacheablepublic WorkWeChatApi(WeComTokenCacheable weComTokenCacheable, okhttp3.ConnectionPool connectionPool)
weComTokenCacheable - the we com token cacheableconnectionPool - the connection poolpublic WorkWeChatApi(WeComTokenCacheable weComTokenCacheable, okhttp3.logging.HttpLoggingInterceptor.Level level)
weComTokenCacheable - the we com token cacheablelevel - the levelpublic WorkWeChatApi(WeComTokenCacheable weComTokenCacheable, okhttp3.ConnectionPool connectionPool, okhttp3.logging.HttpLoggingInterceptor.Level level)
weComTokenCacheable - the we com token cacheableconnectionPool - the connection poollevel - the levelpublic DomainApi domainApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic ContactBookManager contactBookManager(AgentDetails agentDetails)
agentDetails - the agent detailspublic ExternalContactManager externalContactManager(AgentDetails agentDetails)
agentDetails - the agent detailspublic CallCenterManager callCenterManager(AgentDetails agentDetails)
agentDetails - the agent detailspublic PayApi payApi()
public AuthApi authApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic AgentApi agentApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic SdkTicketApi sdkTicketApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic static WebhookApi webhookApi()
public MediaApi mediaApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic InvoiceApi invoiceApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic CalendarApi calendarApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic ScheduleApi scheduleApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic WedocApi wedocApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic WeDriveApi weDriveApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic ApprovalApi approvalApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic StaffManagerApi staffManagerApi(AgentDetails agentDetails)
agentDetails - the agent detailspublic UrgentCallApi urgentCallApi(AgentDetails agentDetails)
agentDetails - the agent detailsCopyright © 2023. All rights reserved.