Class AtsDocumentsUploadRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentsUploadRequestDto
-
public class AtsDocumentsUploadRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentsUploadRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsDocumentsUploadRequestDto()AtsDocumentsUploadRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> 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 AtsDocumentsUploadRequestDtoConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategory> category)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsDocumentsUploadRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AtsDocumentsUploadRequestDtoCategory>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<AtsDocumentsUploadRequestDtoConfidential>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<AtsDocumentsUploadRequestDtoFileFormat>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()AtsDocumentsUploadRequestDtowithCategory(AtsDocumentsUploadRequestDtoCategory category)The category to be associated with the file to be uploaded.AtsDocumentsUploadRequestDtowithCategory(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategory> category)The category to be associated with the file to be uploaded.AtsDocumentsUploadRequestDtowithCategoryId(java.lang.String categoryId)The categoryId of the documentsAtsDocumentsUploadRequestDtowithCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsAtsDocumentsUploadRequestDtowithConfidential(AtsDocumentsUploadRequestDtoConfidential confidential)The confidentiality level of the file to be uploadedAtsDocumentsUploadRequestDtowithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoConfidential> confidential)The confidentiality level of the file to be uploadedAtsDocumentsUploadRequestDtowithContent(java.lang.String content)The base64 encoded content of the file to uploadAtsDocumentsUploadRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The base64 encoded content of the file to uploadAtsDocumentsUploadRequestDtowithFileFormat(AtsDocumentsUploadRequestDtoFileFormat fileFormat)The file format of the fileAtsDocumentsUploadRequestDtowithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> fileFormat)The file format of the fileAtsDocumentsUploadRequestDtowithName(java.lang.String name)The filename of the file to uploadAtsDocumentsUploadRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The filename of the file to uploadAtsDocumentsUploadRequestDtowithPath(java.lang.String path)The path for the file to be uploaded toAtsDocumentsUploadRequestDtowithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path for the file to be uploaded to
-
-
-
Constructor Detail
-
AtsDocumentsUploadRequestDto
public AtsDocumentsUploadRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> 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 AtsDocumentsUploadRequestDtoConfidential> confidential, org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoCategory> category)
-
AtsDocumentsUploadRequestDto
public AtsDocumentsUploadRequestDto()
-
-
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<AtsDocumentsUploadRequestDtoFileFormat> 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<AtsDocumentsUploadRequestDtoConfidential> confidential()
The confidentiality level of the file to be uploaded
-
category
public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentsUploadRequestDtoCategory> category()
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
builder
public static AtsDocumentsUploadRequestDto.Builder builder()
-
withName
public AtsDocumentsUploadRequestDto withName(java.lang.String name)
The filename of the file to upload
-
withName
public AtsDocumentsUploadRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The filename of the file to upload
-
withFileFormat
public AtsDocumentsUploadRequestDto withFileFormat(AtsDocumentsUploadRequestDtoFileFormat fileFormat)
The file format of the file
-
withFileFormat
public AtsDocumentsUploadRequestDto withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoFileFormat> fileFormat)
The file format of the file
-
withContent
public AtsDocumentsUploadRequestDto withContent(java.lang.String content)
The base64 encoded content of the file to upload
-
withContent
public AtsDocumentsUploadRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The base64 encoded content of the file to upload
-
withCategoryId
public AtsDocumentsUploadRequestDto withCategoryId(java.lang.String categoryId)
The categoryId of the documents
-
withCategoryId
public AtsDocumentsUploadRequestDto withCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
withPath
public AtsDocumentsUploadRequestDto withPath(java.lang.String path)
The path for the file to be uploaded to
-
withPath
public AtsDocumentsUploadRequestDto withPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path for the file to be uploaded to
-
withConfidential
public AtsDocumentsUploadRequestDto withConfidential(AtsDocumentsUploadRequestDtoConfidential confidential)
The confidentiality level of the file to be uploaded
-
withConfidential
public AtsDocumentsUploadRequestDto withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentsUploadRequestDtoConfidential> confidential)
The confidentiality level of the file to be uploaded
-
withCategory
public AtsDocumentsUploadRequestDto withCategory(AtsDocumentsUploadRequestDtoCategory category)
The category to be associated with the file to be uploaded. Id will take precedence over name.
-
withCategory
public AtsDocumentsUploadRequestDto withCategory(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.
-
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
-
-