| Modifier and Type | Class and Description |
|---|---|
class |
SendLetterResponse |
| Modifier and Type | Method and Description |
|---|---|
LetterResponse |
NotificationClientApi.sendPrecompiledLetter(String reference,
File precompiledPDF)
The sendPrecompiledLetter method will create an HTTPS POST request.
|
LetterResponse |
NotificationClient.sendPrecompiledLetter(String reference,
File precompiledPDF) |
LetterResponse |
NotificationClientApi.sendPrecompiledLetter(String reference,
File precompiledPDF,
String postage)
The sendPrecompiledLetter method will create an HTTPS POST request.
|
LetterResponse |
NotificationClient.sendPrecompiledLetter(String reference,
File precompiledPDF,
String postage) |
LetterResponse |
NotificationClientApi.sendPrecompiledLetterWithInputStream(String reference,
InputStream stream)
The sendPrecompiledLetterWithInputStream method will create an HTTPS POST request.
|
LetterResponse |
NotificationClient.sendPrecompiledLetterWithInputStream(String reference,
InputStream stream) |
LetterResponse |
NotificationClientApi.sendPrecompiledLetterWithInputStream(String reference,
InputStream stream,
String postage)
The sendPrecompiledLetterWithInputStream method will create an HTTPS POST request.
|
LetterResponse |
NotificationClient.sendPrecompiledLetterWithInputStream(String reference,
InputStream stream,
String postage) |
Copyright © 2019. All rights reserved.