Class AtsDocumentsUploadRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentsUploadRequestDto.Builder
-
- Enclosing class:
- AtsDocumentsUploadRequestDto
public static final class AtsDocumentsUploadRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsDocumentsUploadRequestDtobuild()AtsDocumentsUploadRequestDto.Buildercategory(AtsDocumentsUploadRequestDtoCategory category)The category to be associated with the file to be uploaded.AtsDocumentsUploadRequestDto.Buildercategory(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategory> category)The category to be associated with the file to be uploaded.AtsDocumentsUploadRequestDto.BuildercategoryId(java.lang.String categoryId)The categoryId of the documentsAtsDocumentsUploadRequestDto.BuildercategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsAtsDocumentsUploadRequestDto.Builderconfidential(AtsDocumentsUploadRequestDtoConfidential confidential)The confidentiality level of the file to be uploadedAtsDocumentsUploadRequestDto.Builderconfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoConfidential> confidential)The confidentiality level of the file to be uploadedAtsDocumentsUploadRequestDto.Buildercontent(java.lang.String content)The base64 encoded content of the file to uploadAtsDocumentsUploadRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The base64 encoded content of the file to uploadAtsDocumentsUploadRequestDto.BuilderfileFormat(AtsDocumentsUploadRequestDtoFileFormat fileFormat)The file format of the fileAtsDocumentsUploadRequestDto.BuilderfileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> fileFormat)The file format of the fileAtsDocumentsUploadRequestDto.Buildername(java.lang.String name)The filename of the file to uploadAtsDocumentsUploadRequestDto.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The filename of the file to uploadAtsDocumentsUploadRequestDto.Builderpath(java.lang.String path)The path for the file to be uploaded toAtsDocumentsUploadRequestDto.Builderpath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path for the file to be uploaded to
-
-
-
Method Detail
-
name
public AtsDocumentsUploadRequestDto.Builder name(java.lang.String name)
The filename of the file to upload
-
name
public AtsDocumentsUploadRequestDto.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The filename of the file to upload
-
fileFormat
public AtsDocumentsUploadRequestDto.Builder fileFormat(AtsDocumentsUploadRequestDtoFileFormat fileFormat)
The file format of the file
-
fileFormat
public AtsDocumentsUploadRequestDto.Builder fileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> fileFormat)
The file format of the file
-
content
public AtsDocumentsUploadRequestDto.Builder content(java.lang.String content)
The base64 encoded content of the file to upload
-
content
public AtsDocumentsUploadRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The base64 encoded content of the file to upload
-
categoryId
public AtsDocumentsUploadRequestDto.Builder categoryId(java.lang.String categoryId)
The categoryId of the documents
-
categoryId
public AtsDocumentsUploadRequestDto.Builder categoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
path
public AtsDocumentsUploadRequestDto.Builder path(java.lang.String path)
The path for the file to be uploaded to
-
path
public AtsDocumentsUploadRequestDto.Builder path(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path for the file to be uploaded to
-
confidential
public AtsDocumentsUploadRequestDto.Builder confidential(AtsDocumentsUploadRequestDtoConfidential confidential)
The confidentiality level of the file to be uploaded
-
confidential
public AtsDocumentsUploadRequestDto.Builder confidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoConfidential> confidential)
The confidentiality level of the file to be uploaded
-
category
public AtsDocumentsUploadRequestDto.Builder category(AtsDocumentsUploadRequestDtoCategory category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
category
public AtsDocumentsUploadRequestDto.Builder category(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategory> category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
build
public AtsDocumentsUploadRequestDto build()
-
-