Class HrisDocumentsUploadRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentsUploadRequestDto.Builder
-
- Enclosing class:
- HrisDocumentsUploadRequestDto
public static final class HrisDocumentsUploadRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDocumentsUploadRequestDtobuild()HrisDocumentsUploadRequestDto.Buildercategory(HrisDocumentsUploadRequestDtoCategory category)The category to be associated with the file to be uploaded.HrisDocumentsUploadRequestDto.Buildercategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoCategory> category)The category to be associated with the file to be uploaded.HrisDocumentsUploadRequestDto.BuildercategoryId(java.lang.String categoryId)The categoryId of the documentsHrisDocumentsUploadRequestDto.BuildercategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsHrisDocumentsUploadRequestDto.Builderconfidential(Confidential confidential)The confidentiality level of the file to be uploadedHrisDocumentsUploadRequestDto.Builderconfidential(org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)The confidentiality level of the file to be uploadedHrisDocumentsUploadRequestDto.Buildercontent(java.lang.String content)The base64 encoded content of the file to uploadHrisDocumentsUploadRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The base64 encoded content of the file to uploadHrisDocumentsUploadRequestDto.BuilderfileFormat(FileFormat fileFormat)The file format of the fileHrisDocumentsUploadRequestDto.BuilderfileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileFormat> fileFormat)The file format of the fileHrisDocumentsUploadRequestDto.Buildername(java.lang.String name)The filename of the file to uploadHrisDocumentsUploadRequestDto.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The filename of the file to uploadHrisDocumentsUploadRequestDto.Builderpath(java.lang.String path)The path for the file to be uploaded toHrisDocumentsUploadRequestDto.Builderpath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path for the file to be uploaded to
-
-
-
Method Detail
-
name
public HrisDocumentsUploadRequestDto.Builder name(java.lang.String name)
The filename of the file to upload
-
name
public HrisDocumentsUploadRequestDto.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The filename of the file to upload
-
fileFormat
public HrisDocumentsUploadRequestDto.Builder fileFormat(FileFormat fileFormat)
The file format of the file
-
fileFormat
public HrisDocumentsUploadRequestDto.Builder fileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends FileFormat> fileFormat)
The file format of the file
-
content
public HrisDocumentsUploadRequestDto.Builder content(java.lang.String content)
The base64 encoded content of the file to upload
-
content
public HrisDocumentsUploadRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The base64 encoded content of the file to upload
-
categoryId
public HrisDocumentsUploadRequestDto.Builder categoryId(java.lang.String categoryId)
The categoryId of the documents
-
categoryId
public HrisDocumentsUploadRequestDto.Builder categoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
path
public HrisDocumentsUploadRequestDto.Builder path(java.lang.String path)
The path for the file to be uploaded to
-
path
public HrisDocumentsUploadRequestDto.Builder path(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path for the file to be uploaded to
-
confidential
public HrisDocumentsUploadRequestDto.Builder confidential(Confidential confidential)
The confidentiality level of the file to be uploaded
-
confidential
public HrisDocumentsUploadRequestDto.Builder confidential(org.openapitools.jackson.nullable.JsonNullable<? extends Confidential> confidential)
The confidentiality level of the file to be uploaded
-
category
public HrisDocumentsUploadRequestDto.Builder category(HrisDocumentsUploadRequestDtoCategory category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
category
public HrisDocumentsUploadRequestDto.Builder category(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.
-
build
public HrisDocumentsUploadRequestDto build()
-
-