Class UnifiedUploadRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UnifiedUploadRequestDto
-
public class UnifiedUploadRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnifiedUploadRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description UnifiedUploadRequestDto()UnifiedUploadRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoFileFormat> 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 UnifiedUploadRequestDtoCategory> category, org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoConfidential> confidential)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnifiedUploadRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<UnifiedUploadRequestDtoCategory>category()The category object for associating uploaded files.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>categoryId()The categoryId of the documentsorg.openapitools.jackson.nullable.JsonNullable<UnifiedUploadRequestDtoConfidential>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<UnifiedUploadRequestDtoFileFormat>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()UnifiedUploadRequestDtowithCategory(UnifiedUploadRequestDtoCategory category)The category object for associating uploaded files.UnifiedUploadRequestDtowithCategory(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoCategory> category)The category object for associating uploaded files.UnifiedUploadRequestDtowithCategoryId(java.lang.String categoryId)The categoryId of the documentsUnifiedUploadRequestDtowithCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsUnifiedUploadRequestDtowithConfidential(UnifiedUploadRequestDtoConfidential confidential)The confidentiality level of the file to be uploadedUnifiedUploadRequestDtowithConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoConfidential> confidential)The confidentiality level of the file to be uploadedUnifiedUploadRequestDtowithContent(java.lang.String content)The base64 encoded content of the file to uploadUnifiedUploadRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)The base64 encoded content of the file to uploadUnifiedUploadRequestDtowithFileFormat(UnifiedUploadRequestDtoFileFormat fileFormat)The file format of the fileUnifiedUploadRequestDtowithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoFileFormat> fileFormat)The file format of the fileUnifiedUploadRequestDtowithName(java.lang.String name)The filename of the file to uploadUnifiedUploadRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The filename of the file to uploadUnifiedUploadRequestDtowithPath(java.lang.String path)The path for the file to be uploaded toUnifiedUploadRequestDtowithPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path for the file to be uploaded to
-
-
-
Constructor Detail
-
UnifiedUploadRequestDto
public UnifiedUploadRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoFileFormat> 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 UnifiedUploadRequestDtoCategory> category, org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoConfidential> confidential)
-
UnifiedUploadRequestDto
public UnifiedUploadRequestDto()
-
-
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<UnifiedUploadRequestDtoFileFormat> 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<UnifiedUploadRequestDtoCategory> category()
The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence.
-
confidential
public org.openapitools.jackson.nullable.JsonNullable<UnifiedUploadRequestDtoConfidential> confidential()
The confidentiality level of the file to be uploaded
-
builder
public static UnifiedUploadRequestDto.Builder builder()
-
withName
public UnifiedUploadRequestDto withName(java.lang.String name)
The filename of the file to upload
-
withName
public UnifiedUploadRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The filename of the file to upload
-
withFileFormat
public UnifiedUploadRequestDto withFileFormat(UnifiedUploadRequestDtoFileFormat fileFormat)
The file format of the file
-
withFileFormat
public UnifiedUploadRequestDto withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoFileFormat> fileFormat)
The file format of the file
-
withContent
public UnifiedUploadRequestDto withContent(java.lang.String content)
The base64 encoded content of the file to upload
-
withContent
public UnifiedUploadRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
The base64 encoded content of the file to upload
-
withCategoryId
public UnifiedUploadRequestDto withCategoryId(java.lang.String categoryId)
The categoryId of the documents
-
withCategoryId
public UnifiedUploadRequestDto withCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
withPath
public UnifiedUploadRequestDto withPath(java.lang.String path)
The path for the file to be uploaded to
-
withPath
public UnifiedUploadRequestDto withPath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path for the file to be uploaded to
-
withCategory
public UnifiedUploadRequestDto withCategory(UnifiedUploadRequestDtoCategory category)
The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence.
-
withCategory
public UnifiedUploadRequestDto withCategory(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoCategory> category)
The category object for associating uploaded files. If both an ID and a name are provided, the ID takes precedence.
-
withConfidential
public UnifiedUploadRequestDto withConfidential(UnifiedUploadRequestDtoConfidential confidential)
The confidentiality level of the file to be uploaded
-
withConfidential
public UnifiedUploadRequestDto withConfidential(org.openapitools.jackson.nullable.JsonNullable<? extends UnifiedUploadRequestDtoConfidential> confidential)
The confidentiality level of the file to be uploaded
-
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
-
-