Class HrisDocumentsUploadRequestDto


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

      • HrisDocumentsUploadRequestDto

        public HrisDocumentsUploadRequestDto​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                             org.openapitools.jackson.nullable.JsonNullable<? extends FileFormat> fileFormat,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path,
                                             org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category,
                                             org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)
      • HrisDocumentsUploadRequestDto

        public HrisDocumentsUploadRequestDto()
    • Method Detail

      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The filename of the file to upload
      • fileFormat

        public org.openapitools.jackson.nullable.JsonNullable<FileFormat> fileFormat()
        The file format of the file
      • content

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
        The base64 encoded content of the file to upload
      • categoryId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId()
        The categoryId of the documents
      • path

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path()
        The path for the file to be uploaded to
      • category

        public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoCategory> category()
        The category to be associated with the file to be uploaded. Id will take precedence over name.
      • confidential

        public org.openapitools.jackson.nullable.JsonNullable<Confidential> confidential()
        The confidentiality level of the file to be uploaded
      • withName

        public HrisDocumentsUploadRequestDto withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The filename of the file to upload
      • withContent

        public HrisDocumentsUploadRequestDto withContent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
        The base64 encoded content of the file to upload
      • withCategoryId

        public HrisDocumentsUploadRequestDto withCategoryId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
        The categoryId of the documents
      • withPath

        public HrisDocumentsUploadRequestDto withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
        The path for the file to be uploaded to
      • withConfidential

        public HrisDocumentsUploadRequestDto withConfidential​(org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)
        The confidentiality level of the file to be uploaded
      • 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