Class HrisCreateWorkEligibilityRequestDtoDocument.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateWorkEligibilityRequestDtoDocument.Builder
-
- Enclosing class:
- HrisCreateWorkEligibilityRequestDtoDocument
public static final class HrisCreateWorkEligibilityRequestDtoDocument.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HrisCreateWorkEligibilityRequestDtoDocumentbuild()HrisCreateWorkEligibilityRequestDtoDocument.Buildercategory(HrisCreateWorkEligibilityRequestDtoCategory category)The category of the fileHrisCreateWorkEligibilityRequestDtoDocument.Buildercategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category)The category of the fileHrisCreateWorkEligibilityRequestDtoDocument.BuildercategoryId(java.lang.String categoryId)The categoryId of the documentsHrisCreateWorkEligibilityRequestDtoDocument.BuildercategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsHrisCreateWorkEligibilityRequestDtoDocument.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.HrisCreateWorkEligibilityRequestDtoDocument.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.HrisCreateWorkEligibilityRequestDtoDocument.BuildercreatedAt(java.time.OffsetDateTime createdAt)The creation date of the fileHrisCreateWorkEligibilityRequestDtoDocument.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of the fileHrisCreateWorkEligibilityRequestDtoDocument.BuilderfileFormat(HrisCreateWorkEligibilityRequestDtoFileFormat fileFormat)The file format of the fileHrisCreateWorkEligibilityRequestDtoDocument.BuilderfileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)The file format of the fileHrisCreateWorkEligibilityRequestDtoDocument.Builderid(java.lang.String id)Unique identifierHrisCreateWorkEligibilityRequestDtoDocument.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateWorkEligibilityRequestDtoDocument.Buildername(java.lang.String name)The name of the fileHrisCreateWorkEligibilityRequestDtoDocument.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the fileHrisCreateWorkEligibilityRequestDtoDocument.Builderpath(java.lang.String path)The path where the file is storedHrisCreateWorkEligibilityRequestDtoDocument.Builderpath(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)The path where the file is storedHrisCreateWorkEligibilityRequestDtoDocument.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateWorkEligibilityRequestDtoDocument.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHrisCreateWorkEligibilityRequestDtoDocument.BuilderremoteUrl(java.lang.String remoteUrl)URL where the file content is locatedHrisCreateWorkEligibilityRequestDtoDocument.BuilderremoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)URL where the file content is locatedHrisCreateWorkEligibilityRequestDtoDocument.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The update date of the fileHrisCreateWorkEligibilityRequestDtoDocument.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The update date of the file
-
-
-
Method Detail
-
id
public HrisCreateWorkEligibilityRequestDtoDocument.Builder id(java.lang.String id)
Unique identifier
-
id
public HrisCreateWorkEligibilityRequestDtoDocument.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public HrisCreateWorkEligibilityRequestDtoDocument.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public HrisCreateWorkEligibilityRequestDtoDocument.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public HrisCreateWorkEligibilityRequestDtoDocument.Builder name(java.lang.String name)
The name of the file
-
name
public HrisCreateWorkEligibilityRequestDtoDocument.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the file
-
path
public HrisCreateWorkEligibilityRequestDtoDocument.Builder path(java.lang.String path)
The path where the file is stored
-
path
public HrisCreateWorkEligibilityRequestDtoDocument.Builder path(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
The path where the file is stored
-
category
public HrisCreateWorkEligibilityRequestDtoDocument.Builder category(HrisCreateWorkEligibilityRequestDtoCategory category)
The category of the file
-
category
public HrisCreateWorkEligibilityRequestDtoDocument.Builder category(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category)
The category of the file
-
contents
@Deprecated public HrisCreateWorkEligibilityRequestDtoDocument.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 HrisCreateWorkEligibilityRequestDtoDocument.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 HrisCreateWorkEligibilityRequestDtoDocument.Builder categoryId(java.lang.String categoryId)
The categoryId of the documents
-
categoryId
public HrisCreateWorkEligibilityRequestDtoDocument.Builder categoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
createdAt
public HrisCreateWorkEligibilityRequestDtoDocument.Builder createdAt(java.time.OffsetDateTime createdAt)
The creation date of the file
-
createdAt
public HrisCreateWorkEligibilityRequestDtoDocument.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of the file
-
updatedAt
public HrisCreateWorkEligibilityRequestDtoDocument.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The update date of the file
-
updatedAt
public HrisCreateWorkEligibilityRequestDtoDocument.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The update date of the file
-
remoteUrl
public HrisCreateWorkEligibilityRequestDtoDocument.Builder remoteUrl(java.lang.String remoteUrl)
URL where the file content is located
-
remoteUrl
public HrisCreateWorkEligibilityRequestDtoDocument.Builder remoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
URL where the file content is located
-
fileFormat
public HrisCreateWorkEligibilityRequestDtoDocument.Builder fileFormat(HrisCreateWorkEligibilityRequestDtoFileFormat fileFormat)
The file format of the file
-
fileFormat
public HrisCreateWorkEligibilityRequestDtoDocument.Builder fileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)
The file format of the file
-
build
public HrisCreateWorkEligibilityRequestDtoDocument build()
-
-