Class AtsDocumentApiModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModel.Builder
-
- Enclosing class:
- AtsDocumentApiModel
public static final class AtsDocumentApiModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsDocumentApiModelbuild()AtsDocumentApiModel.Buildercategory(AtsDocumentApiModelCategory category)The category of the the documentAtsDocumentApiModel.Buildercategory(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelCategory> category)The category of the the documentAtsDocumentApiModel.BuildercategoryId(java.lang.String categoryId)The categoryId of the documentsAtsDocumentApiModel.BuildercategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsAtsDocumentApiModel.Buildercontents(java.util.List<Content> contents)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsDocumentApiModel.Buildercontents(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Content>> contents)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsDocumentApiModel.BuildercreatedAt(java.time.OffsetDateTime createdAt)The creation date of the fileAtsDocumentApiModel.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of the fileAtsDocumentApiModel.BuilderfileFormat(AtsDocumentApiModelFileFormat fileFormat)The file format of the fileAtsDocumentApiModel.BuilderfileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormat> fileFormat)The file format of the fileAtsDocumentApiModel.Builderid(java.lang.String id)Unique identifierAtsDocumentApiModel.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsDocumentApiModel.Buildername(java.lang.String name)The name of the fileAtsDocumentApiModel.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the fileAtsDocumentApiModel.Builderpath(java.lang.String path)The path where the file is storedAtsDocumentApiModel.Builderpath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path where the file is storedAtsDocumentApiModel.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAtsDocumentApiModel.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAtsDocumentApiModel.BuilderremoteUrl(java.lang.String remoteUrl)URL where the file content is locatedAtsDocumentApiModel.BuilderremoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)URL where the file content is locatedAtsDocumentApiModel.Buildertype(AtsDocumentApiModelType type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsDocumentApiModel.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelType> type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsDocumentApiModel.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsDocumentApiModel.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAtsDocumentApiModel.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The update date of the fileAtsDocumentApiModel.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The update date of the file
-
-
-
Method Detail
-
id
public AtsDocumentApiModel.Builder id(java.lang.String id)
Unique identifier
-
id
public AtsDocumentApiModel.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AtsDocumentApiModel.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AtsDocumentApiModel.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public AtsDocumentApiModel.Builder name(java.lang.String name)
The name of the file
-
name
public AtsDocumentApiModel.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the file
-
path
public AtsDocumentApiModel.Builder path(java.lang.String path)
The path where the file is stored
-
path
public AtsDocumentApiModel.Builder path(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path where the file is stored
-
category
public AtsDocumentApiModel.Builder category(AtsDocumentApiModelCategory category)
The category of the the document
-
category
public AtsDocumentApiModel.Builder category(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelCategory> category)
The category of the the document
-
contents
@Deprecated public AtsDocumentApiModel.Builder contents(java.util.List<Content> contents)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content of the file. Deprecated, use `url` and `file_format` one level up instead
-
contents
@Deprecated public AtsDocumentApiModel.Builder contents(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Content>> contents)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content of the file. Deprecated, use `url` and `file_format` one level up instead
-
categoryId
public AtsDocumentApiModel.Builder categoryId(java.lang.String categoryId)
The categoryId of the documents
-
categoryId
public AtsDocumentApiModel.Builder categoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
createdAt
public AtsDocumentApiModel.Builder createdAt(java.time.OffsetDateTime createdAt)
The creation date of the file
-
createdAt
public AtsDocumentApiModel.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of the file
-
updatedAt
public AtsDocumentApiModel.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The update date of the file
-
updatedAt
public AtsDocumentApiModel.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The update date of the file
-
remoteUrl
public AtsDocumentApiModel.Builder remoteUrl(java.lang.String remoteUrl)
URL where the file content is located
-
remoteUrl
public AtsDocumentApiModel.Builder remoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
URL where the file content is located
-
fileFormat
public AtsDocumentApiModel.Builder fileFormat(AtsDocumentApiModelFileFormat fileFormat)
The file format of the file
-
fileFormat
public AtsDocumentApiModel.Builder fileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelFileFormat> fileFormat)
The file format of the file
-
unifiedCustomFields
public AtsDocumentApiModel.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public AtsDocumentApiModel.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
type
@Deprecated public AtsDocumentApiModel.Builder type(AtsDocumentApiModelType type)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content type of the document
-
type
@Deprecated public AtsDocumentApiModel.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelType> type)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The content type of the document
-
build
public AtsDocumentApiModel build()
-
-