Class HrisDownloadEmployeeDocumentRequest


  • public class HrisDownloadEmployeeDocumentRequest
    extends java.lang.Object
    • Constructor Detail

      • HrisDownloadEmployeeDocumentRequest

        public HrisDownloadEmployeeDocumentRequest​(java.lang.String xAccountId,
                                                   java.lang.String id,
                                                   java.lang.String subResourceId,
                                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
      • HrisDownloadEmployeeDocumentRequest

        public HrisDownloadEmployeeDocumentRequest​(java.lang.String xAccountId,
                                                   java.lang.String id,
                                                   java.lang.String subResourceId)
    • Method Detail

      • xAccountId

        public java.lang.String xAccountId()
        The account identifier
      • id

        public java.lang.String id()
      • subResourceId

        public java.lang.String subResourceId()
      • format

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format()
        The format to download the file in
      • withFormat

        public HrisDownloadEmployeeDocumentRequest withFormat​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
        The format to download the file in
      • 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