Uses of Class
uk.gov.service.notify.LetterResponse
-
-
Uses of LetterResponse in uk.gov.service.notify
Subclasses of LetterResponse in uk.gov.service.notify Modifier and Type Class Description classSendLetterResponseMethods in uk.gov.service.notify that return LetterResponse Modifier and Type Method Description LetterResponseNotificationClient. sendPrecompiledLetter(java.lang.String reference, java.io.File precompiledPDF)LetterResponseNotificationClient. sendPrecompiledLetter(java.lang.String reference, java.io.File precompiledPDF, java.lang.String postage)LetterResponseNotificationClientApi. sendPrecompiledLetter(java.lang.String reference, java.io.File precompiledPDF)The sendPrecompiledLetter method will create an HTTPS POST request.LetterResponseNotificationClientApi. sendPrecompiledLetter(java.lang.String reference, java.io.File precompiledPDF, java.lang.String postage)The sendPrecompiledLetter method will create an HTTPS POST request.LetterResponseNotificationClient. sendPrecompiledLetterWithInputStream(java.lang.String reference, java.io.InputStream stream)LetterResponseNotificationClient. sendPrecompiledLetterWithInputStream(java.lang.String reference, java.io.InputStream stream, java.lang.String postage)LetterResponseNotificationClientApi. sendPrecompiledLetterWithInputStream(java.lang.String reference, java.io.InputStream stream)The sendPrecompiledLetterWithInputStream method will create an HTTPS POST request.LetterResponseNotificationClientApi. sendPrecompiledLetterWithInputStream(java.lang.String reference, java.io.InputStream stream, java.lang.String postage)The sendPrecompiledLetterWithInputStream method will create an HTTPS POST request.
-