| Package | Description |
|---|---|
| no.digipost.api.client | |
| no.digipost.api.client.delivery |
| Modifier and Type | Method and Description |
|---|---|
DigipostClient.DigipostClientBuilder |
DigipostClient.DigipostClientBuilder.deliveryType(ApiFlavor deliveryType) |
| Constructor and Description |
|---|
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
InputStream certificateP12File,
String certificatePassword,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder,
org.apache.http.HttpHost proxy) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
ApiService apiService) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
EventLogger eventLogger,
org.apache.http.impl.client.HttpClientBuilder clientBuilder,
ApiService overriddenApiService,
org.apache.http.HttpHost proxy) |
DigipostClient(DigipostClientConfig config,
ApiFlavor deliveryType,
String digipostUrl,
long senderAccountId,
Signer signer,
org.apache.http.impl.client.HttpClientBuilder clientBuilder) |
DigipostClientMock(ApiFlavor apiFlavor) |
| Modifier and Type | Method and Description |
|---|---|
static ApiFlavor |
ApiFlavor.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ApiFlavor[] |
ApiFlavor.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MessageDeliverer(ApiFlavor type,
MessageSender sender) |
Copyright © 2017 Digipost. All rights reserved.