Class HrisDownloadEmployeeDocumentResponse

  • All Implemented Interfaces:
    Response

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

      • HrisDownloadEmployeeDocumentResponse

        public HrisDownloadEmployeeDocumentResponse​(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)
      • HrisDownloadEmployeeDocumentResponse

        public HrisDownloadEmployeeDocumentResponse​(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 employee with the given identifiers was retrieved.
      • twoHundredApplicationMswordResponseStream

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public HrisDownloadEmployeeDocumentResponse withTwoHundredVideoQuicktimeResponseStream​(java.util.Optional<? extends java.io.InputStream> twoHundredVideoQuicktimeResponseStream)
        The document related to the employee 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