Class HrisDocumentsUploadRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentsUploadRequestDto
-
public class HrisDocumentsUploadRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisDocumentsUploadRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description HrisDocumentsUploadRequestDto()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 Confidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisDocumentsUploadRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoCategory>category()The category to be associated with the file to be uploaded.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>categoryId()The categoryId of the documentsorg.openapitools.jackson.nullable.JsonNullable<Confidential>confidential()The confidentiality level of the file to be uploadedorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>content()The base64 encoded content of the file to uploadbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<FileFormat>fileFormat()The file format of the fileinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The filename of the file to uploadorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>path()The path for the file to be uploaded tojava.lang.StringtoString()HrisDocumentsUploadRequestDtowithCategory(HrisDocumentsUploadRequestDtoCategory category)The category to be associated with the file to be uploaded.HrisDocumentsUploadRequestDtowithCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category)The category to be associated with the file to be uploaded.HrisDocumentsUploadRequestDtowithCategoryId(java.lang.String categoryId)The categoryId of the documentsHrisDocumentsUploadRequestDtowithCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsHrisDocumentsUploadRequestDtowithConfidential(Confidential confidential)The confidentiality level of the file to be uploadedHrisDocumentsUploadRequestDtowithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)The confidentiality level of the file to be uploadedHrisDocumentsUploadRequestDtowithContent(java.lang.String content)The base64 encoded content of the file to uploadHrisDocumentsUploadRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The base64 encoded content of the file to uploadHrisDocumentsUploadRequestDtowithFileFormat(FileFormat fileFormat)The file format of the fileHrisDocumentsUploadRequestDtowithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileFormat> fileFormat)The file format of the fileHrisDocumentsUploadRequestDtowithName(java.lang.String name)The filename of the file to uploadHrisDocumentsUploadRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The filename of the file to uploadHrisDocumentsUploadRequestDtowithPath(java.lang.String path)The path for the file to be uploaded toHrisDocumentsUploadRequestDtowithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path for the file to be uploaded to
-
-
-
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 Confidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category)
-
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
-
confidential
public org.openapitools.jackson.nullable.JsonNullable<Confidential> confidential()
The confidentiality level of the file to be uploaded
-
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.
-
builder
public static final HrisDocumentsUploadRequestDto.Builder builder()
-
withName
public HrisDocumentsUploadRequestDto withName(java.lang.String name)
The filename of the file to upload
-
withName
public HrisDocumentsUploadRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The filename of the file to upload
-
withFileFormat
public HrisDocumentsUploadRequestDto withFileFormat(FileFormat fileFormat)
The file format of the file
-
withFileFormat
public HrisDocumentsUploadRequestDto withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileFormat> fileFormat)
The file format of the file
-
withContent
public HrisDocumentsUploadRequestDto withContent(java.lang.String content)
The base64 encoded content 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(java.lang.String categoryId)
The categoryId of the documents
-
withCategoryId
public HrisDocumentsUploadRequestDto withCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
withPath
public HrisDocumentsUploadRequestDto withPath(java.lang.String path)
The path for the file to be uploaded to
-
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(Confidential confidential)
The confidentiality level of the file to be uploaded
-
withConfidential
public HrisDocumentsUploadRequestDto withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)
The confidentiality level of the file to be uploaded
-
withCategory
public HrisDocumentsUploadRequestDto withCategory(HrisDocumentsUploadRequestDtoCategory category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
withCategory
public HrisDocumentsUploadRequestDto withCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-