Class HrisDocumentApiModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModel.Builder
-
- Enclosing class:
- HrisDocumentApiModel
public static final class HrisDocumentApiModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HrisDocumentApiModelbuild()HrisDocumentApiModel.Buildercategory(HrisDocumentApiModelCategory category)The category of the the documentHrisDocumentApiModel.Buildercategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelCategory> category)The category of the the documentHrisDocumentApiModel.BuildercategoryId(java.lang.String categoryId)The categoryId of the documentsHrisDocumentApiModel.BuildercategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsHrisDocumentApiModel.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.HrisDocumentApiModel.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.HrisDocumentApiModel.BuildercreatedAt(java.time.OffsetDateTime createdAt)The creation date of the fileHrisDocumentApiModel.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of the fileHrisDocumentApiModel.BuilderfileFormat(HrisDocumentApiModelFileFormat fileFormat)The file format of the fileHrisDocumentApiModel.BuilderfileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormat> fileFormat)The file format of the fileHrisDocumentApiModel.Builderid(java.lang.String id)Unique identifierHrisDocumentApiModel.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisDocumentApiModel.Buildername(java.lang.String name)The name of the fileHrisDocumentApiModel.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the fileHrisDocumentApiModel.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierHrisDocumentApiModel.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHrisDocumentApiModel.BuilderremoteUrl(java.lang.String remoteUrl)URL where the file content is locatedHrisDocumentApiModel.BuilderremoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)URL where the file content is locatedHrisDocumentApiModel.Buildertype(HrisDocumentApiModelType type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisDocumentApiModel.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelType> type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisDocumentApiModel.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisDocumentApiModel.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisDocumentApiModel.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The update date of the fileHrisDocumentApiModel.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The update date of the file
-
-
-
Method Detail
-
id
public HrisDocumentApiModel.Builder id(java.lang.String id)
Unique identifier
-
id
public HrisDocumentApiModel.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public HrisDocumentApiModel.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public HrisDocumentApiModel.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public HrisDocumentApiModel.Builder name(java.lang.String name)
The name of the file
-
name
public HrisDocumentApiModel.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the file
-
category
public HrisDocumentApiModel.Builder category(HrisDocumentApiModelCategory category)
The category of the the document
-
category
public HrisDocumentApiModel.Builder category(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelCategory> category)
The category of the the document
-
contents
@Deprecated public HrisDocumentApiModel.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 HrisDocumentApiModel.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 HrisDocumentApiModel.Builder categoryId(java.lang.String categoryId)
The categoryId of the documents
-
categoryId
public HrisDocumentApiModel.Builder categoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
createdAt
public HrisDocumentApiModel.Builder createdAt(java.time.OffsetDateTime createdAt)
The creation date of the file
-
createdAt
public HrisDocumentApiModel.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of the file
-
updatedAt
public HrisDocumentApiModel.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The update date of the file
-
updatedAt
public HrisDocumentApiModel.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The update date of the file
-
remoteUrl
public HrisDocumentApiModel.Builder remoteUrl(java.lang.String remoteUrl)
URL where the file content is located
-
remoteUrl
public HrisDocumentApiModel.Builder remoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
URL where the file content is located
-
fileFormat
public HrisDocumentApiModel.Builder fileFormat(HrisDocumentApiModelFileFormat fileFormat)
The file format of the file
-
fileFormat
public HrisDocumentApiModel.Builder fileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelFileFormat> fileFormat)
The file format of the file
-
unifiedCustomFields
public HrisDocumentApiModel.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public HrisDocumentApiModel.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 HrisDocumentApiModel.Builder type(HrisDocumentApiModelType 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 HrisDocumentApiModel.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelType> 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 HrisDocumentApiModel build()
-
-