Class AtsDownloadApplicationDocumentResponse

  • All Implemented Interfaces:
    Response

    public class AtsDownloadApplicationDocumentResponse
    extends java.lang.Object
    implements Response
    • Constructor Detail

      • AtsDownloadApplicationDocumentResponse

        public AtsDownloadApplicationDocumentResponse​(java.lang.String contentType,
                                                      int statusCode,
                                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationPdfResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationMswordResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsExcelResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsPowerpointResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationRtfResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredTextPlainResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageJpegResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImagePngResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageGifResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageTiffResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageBmpResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageHeicResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationZipResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationGzipResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationJsonResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationXmlResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredTextCsvResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentTextResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredAudioMpegResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredVideoMp4ResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredVideoWebmResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredTextRtfResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationXRarCompressedResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationX7zCompressedResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredMessageRfc822ResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsOutlookResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationOctetStreamResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredTextHtmlResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredImageWebpResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentPresentationResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredAudioWavResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredAudioMp4ResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredVideoAviResponseStream,
                                                      java.util.Optional<? extends java.io.InputStream> twoHundredVideoQuicktimeResponseStream,
                                                      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)
      • AtsDownloadApplicationDocumentResponse

        public AtsDownloadApplicationDocumentResponse​(java.lang.String contentType,
                                                      int statusCode,
                                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
                                                      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)
    • Method Detail

      • contentType

        public java.lang.String contentType()
        HTTP response content type for this operation
        Specified by:
        contentType in interface Response
      • statusCode

        public int statusCode()
        HTTP response status code for this operation
        Specified by:
        statusCode in interface Response
      • rawResponse

        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        Raw HTTP response; suitable for custom response parsing
        Specified by:
        rawResponse in interface Response
      • twoHundredApplicationPdfResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationPdfResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationMswordResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationMswordResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndMsExcelResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndMsExcelResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndMsPowerpointResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndMsPowerpointResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationRtfResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationRtfResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredTextPlainResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredTextPlainResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageJpegResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageJpegResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImagePngResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImagePngResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageGifResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageGifResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageTiffResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageTiffResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageBmpResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageBmpResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageHeicResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageHeicResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationZipResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationZipResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationGzipResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationGzipResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationJsonResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationJsonResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationXmlResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationXmlResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredTextCsvResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredTextCsvResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOasisOpendocumentTextResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOasisOpendocumentTextResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredAudioMpegResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredAudioMpegResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredVideoMp4ResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredVideoMp4ResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredVideoWebmResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredVideoWebmResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredTextRtfResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredTextRtfResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationXRarCompressedResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationXRarCompressedResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationX7zCompressedResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationX7zCompressedResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredMessageRfc822ResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredMessageRfc822ResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndMsOutlookResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndMsOutlookResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationOctetStreamResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationOctetStreamResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredTextHtmlResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredTextHtmlResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredImageWebpResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredImageWebpResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredApplicationVndOasisOpendocumentPresentationResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredApplicationVndOasisOpendocumentPresentationResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredAudioWavResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredAudioWavResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredAudioMp4ResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredAudioMp4ResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredVideoAviResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredVideoAviResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • twoHundredVideoQuicktimeResponseStream

        public java.util.Optional<java.io.InputStream> twoHundredVideoQuicktimeResponseStream()
        The document related to the application with the given identifiers was retrieved.
      • headers

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers()
      • withRawResponse

        public AtsDownloadApplicationDocumentResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        Raw HTTP response; suitable for custom response parsing
      • withTwoHundredApplicationPdfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationPdfResponseStream​(java.io.InputStream twoHundredApplicationPdfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationPdfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationPdfResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationPdfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationMswordResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationMswordResponseStream​(java.io.InputStream twoHundredApplicationMswordResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationMswordResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationMswordResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationMswordResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream​(java.io.InputStream twoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentWordprocessingmlDocumentResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsExcelResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsExcelResponseStream​(java.io.InputStream twoHundredApplicationVndMsExcelResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsExcelResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsExcelResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsExcelResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream​(java.io.InputStream twoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentSpreadsheetmlSheetResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsPowerpointResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsPowerpointResponseStream​(java.io.InputStream twoHundredApplicationVndMsPowerpointResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsPowerpointResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsPowerpointResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsPowerpointResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream​(java.io.InputStream twoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOpenxmlformatsOfficedocumentPresentationmlPresentationResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationRtfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationRtfResponseStream​(java.io.InputStream twoHundredApplicationRtfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationRtfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationRtfResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationRtfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextPlainResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextPlainResponseStream​(java.io.InputStream twoHundredTextPlainResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextPlainResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextPlainResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredTextPlainResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageJpegResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageJpegResponseStream​(java.io.InputStream twoHundredImageJpegResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageJpegResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageJpegResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageJpegResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImagePngResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImagePngResponseStream​(java.io.InputStream twoHundredImagePngResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImagePngResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImagePngResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImagePngResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageGifResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageGifResponseStream​(java.io.InputStream twoHundredImageGifResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageGifResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageGifResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageGifResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageTiffResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageTiffResponseStream​(java.io.InputStream twoHundredImageTiffResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageTiffResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageTiffResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageTiffResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageBmpResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageBmpResponseStream​(java.io.InputStream twoHundredImageBmpResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageBmpResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageBmpResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageBmpResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageHeicResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageHeicResponseStream​(java.io.InputStream twoHundredImageHeicResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageHeicResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageHeicResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageHeicResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationZipResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationZipResponseStream​(java.io.InputStream twoHundredApplicationZipResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationZipResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationZipResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationZipResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationGzipResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationGzipResponseStream​(java.io.InputStream twoHundredApplicationGzipResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationGzipResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationGzipResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationGzipResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationJsonResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationJsonResponseStream​(java.io.InputStream twoHundredApplicationJsonResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationJsonResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationJsonResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationJsonResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationXmlResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationXmlResponseStream​(java.io.InputStream twoHundredApplicationXmlResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationXmlResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationXmlResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationXmlResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextCsvResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextCsvResponseStream​(java.io.InputStream twoHundredTextCsvResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextCsvResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextCsvResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredTextCsvResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentTextResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentTextResponseStream​(java.io.InputStream twoHundredApplicationVndOasisOpendocumentTextResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentTextResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentTextResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentTextResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream​(java.io.InputStream twoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentSpreadsheetResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioMpegResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioMpegResponseStream​(java.io.InputStream twoHundredAudioMpegResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioMpegResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioMpegResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredAudioMpegResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoMp4ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoMp4ResponseStream​(java.io.InputStream twoHundredVideoMp4ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoMp4ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoMp4ResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredVideoMp4ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoWebmResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoWebmResponseStream​(java.io.InputStream twoHundredVideoWebmResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoWebmResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoWebmResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredVideoWebmResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextRtfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextRtfResponseStream​(java.io.InputStream twoHundredTextRtfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextRtfResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextRtfResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredTextRtfResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationXRarCompressedResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationXRarCompressedResponseStream​(java.io.InputStream twoHundredApplicationXRarCompressedResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationXRarCompressedResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationXRarCompressedResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationXRarCompressedResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationX7zCompressedResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationX7zCompressedResponseStream​(java.io.InputStream twoHundredApplicationX7zCompressedResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationX7zCompressedResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationX7zCompressedResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationX7zCompressedResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredMessageRfc822ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredMessageRfc822ResponseStream​(java.io.InputStream twoHundredMessageRfc822ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredMessageRfc822ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredMessageRfc822ResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredMessageRfc822ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsOutlookResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsOutlookResponseStream​(java.io.InputStream twoHundredApplicationVndMsOutlookResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndMsOutlookResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndMsOutlookResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndMsOutlookResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationOctetStreamResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationOctetStreamResponseStream​(java.io.InputStream twoHundredApplicationOctetStreamResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationOctetStreamResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationOctetStreamResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationOctetStreamResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextHtmlResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextHtmlResponseStream​(java.io.InputStream twoHundredTextHtmlResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredTextHtmlResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredTextHtmlResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredTextHtmlResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageWebpResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageWebpResponseStream​(java.io.InputStream twoHundredImageWebpResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredImageWebpResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredImageWebpResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredImageWebpResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentPresentationResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentPresentationResponseStream​(java.io.InputStream twoHundredApplicationVndOasisOpendocumentPresentationResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredApplicationVndOasisOpendocumentPresentationResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredApplicationVndOasisOpendocumentPresentationResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredApplicationVndOasisOpendocumentPresentationResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioWavResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioWavResponseStream​(java.io.InputStream twoHundredAudioWavResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioWavResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioWavResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredAudioWavResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioMp4ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioMp4ResponseStream​(java.io.InputStream twoHundredAudioMp4ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredAudioMp4ResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredAudioMp4ResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredAudioMp4ResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoAviResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoAviResponseStream​(java.io.InputStream twoHundredVideoAviResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoAviResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoAviResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredVideoAviResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoQuicktimeResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoQuicktimeResponseStream​(java.io.InputStream twoHundredVideoQuicktimeResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • withTwoHundredVideoQuicktimeResponseStream

        public AtsDownloadApplicationDocumentResponse withTwoHundredVideoQuicktimeResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredVideoQuicktimeResponseStream)
        The document related to the application with the given identifiers was retrieved.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object