public static class DigipostClient.DigipostClientBuilder extends Object
Constructor and Description |
---|
DigipostClientBuilder(String digipostURL,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword,
DigipostClientConfig config) |
DigipostClientBuilder(String digipostURL,
long senderAccountId,
Signer signer,
DigipostClientConfig config) |
Modifier and Type | Method and Description |
---|---|
DigipostClient.DigipostClientBuilder |
apiService(ApiService apiService) |
DigipostClient |
build() |
DigipostClient.DigipostClientBuilder |
clientBuilder(org.apache.http.impl.client.HttpClientBuilder clientBuilder) |
DigipostClient.DigipostClientBuilder |
eventLogger(EventLogger eventLogger) |
DigipostClient.DigipostClientBuilder |
proxy(org.apache.http.HttpHost proxy) |
public DigipostClientBuilder(String digipostURL, long senderAccountId, InputStream certificateP12File, String certificatePassword, DigipostClientConfig config)
public DigipostClientBuilder(String digipostURL, long senderAccountId, Signer signer, DigipostClientConfig config)
public DigipostClient.DigipostClientBuilder proxy(org.apache.http.HttpHost proxy)
public DigipostClient.DigipostClientBuilder clientBuilder(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
public DigipostClient.DigipostClientBuilder eventLogger(EventLogger eventLogger)
public DigipostClient.DigipostClientBuilder apiService(ApiService apiService)
public DigipostClient build()
Copyright © 2017 Digipost. All rights reserved.