| 限定符和类型 | 方法和说明 |
|---|---|
Client.Builder |
appType(AppType appType) |
Client |
build() |
Client.Builder |
disableTokenCache() |
Client.Builder |
helpDeskCredential(String helpDeskId,
String helpDeskToken) |
Client.Builder |
httpTransport(IHttpTransport httpTransport) |
Client.Builder |
logReqAtDebug(boolean logReqRespInfoAtDebugLevel) |
Client.Builder |
marketplaceApp() |
Client.Builder |
openBaseUrl(BaseUrlEnum baseUrl) |
Client.Builder |
openBaseUrl(String baseUrl) |
Client.Builder |
requestTimeout(long timeout,
TimeUnit timeUnit) |
Client.Builder |
tokenCache(ICache cache) |
public Client.Builder helpDeskCredential(String helpDeskId, String helpDeskToken)
public Client.Builder appType(AppType appType)
public Client.Builder marketplaceApp()
public Client.Builder disableTokenCache()
public Client.Builder logReqAtDebug(boolean logReqRespInfoAtDebugLevel)
public Client.Builder openBaseUrl(String baseUrl)
public Client.Builder openBaseUrl(BaseUrlEnum baseUrl)
public Client.Builder tokenCache(ICache cache)
public Client.Builder requestTimeout(long timeout, TimeUnit timeUnit)
public Client.Builder httpTransport(IHttpTransport httpTransport)
public Client build()
Copyright © 2024. All rights reserved.