public static class TransferBatchService.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TransferBatchService |
build() |
TransferBatchService.Builder |
config(com.wechat.pay.java.core.Config config) |
TransferBatchService.Builder |
decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor) |
TransferBatchService.Builder |
encryptor(com.wechat.pay.java.core.cipher.PrivacyEncryptor encryptor) |
TransferBatchService.Builder |
hostName(com.wechat.pay.java.core.http.HostName hostName) |
TransferBatchService.Builder |
httpClient(com.wechat.pay.java.core.http.HttpClient httpClient) |
public TransferBatchService.Builder config(com.wechat.pay.java.core.Config config)
public TransferBatchService.Builder hostName(com.wechat.pay.java.core.http.HostName hostName)
public TransferBatchService.Builder httpClient(com.wechat.pay.java.core.http.HttpClient httpClient)
public TransferBatchService.Builder encryptor(com.wechat.pay.java.core.cipher.PrivacyEncryptor encryptor)
public TransferBatchService.Builder decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor)
public TransferBatchService build()