Class HrisCreateWorkEligibilityRequestDtoDocument
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateWorkEligibilityRequestDtoDocument
-
public class HrisCreateWorkEligibilityRequestDtoDocument extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateWorkEligibilityRequestDtoDocument.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateWorkEligibilityRequestDtoDocument()HrisCreateWorkEligibilityRequestDtoDocument(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Content>> contents, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HrisCreateWorkEligibilityRequestDtoDocument.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<HrisCreateWorkEligibilityRequestDtoCategory>category()The category of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>categoryId()The categoryId of the documentsorg.openapitools.jackson.nullable.JsonNullable<java.util.List<Content>>contents()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The creation date of the filebooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<HrisCreateWorkEligibilityRequestDtoFileFormat>fileFormat()The file format of the fileinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteUrl()URL where the file content is locatedjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The update date of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithCategory(HrisCreateWorkEligibilityRequestDtoCategory category)The category of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category)The category of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithCategoryId(java.lang.String categoryId)The categoryId of the documentsHrisCreateWorkEligibilityRequestDtoDocumentwithCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)The categoryId of the documentsHrisCreateWorkEligibilityRequestDtoDocumentwithContents(java.util.List<Content> contents)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateWorkEligibilityRequestDtoDocumentwithContents(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.HrisCreateWorkEligibilityRequestDtoDocumentwithCreatedAt(java.time.OffsetDateTime createdAt)The creation date of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The creation date of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithFileFormat(HrisCreateWorkEligibilityRequestDtoFileFormat fileFormat)The file format of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)The file format of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithId(java.lang.String id)Unique identifierHrisCreateWorkEligibilityRequestDtoDocumentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateWorkEligibilityRequestDtoDocumentwithName(java.lang.String name)The name of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithRemoteId(java.lang.String remoteId)Provider's unique identifierHrisCreateWorkEligibilityRequestDtoDocumentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHrisCreateWorkEligibilityRequestDtoDocumentwithRemoteUrl(java.lang.String remoteUrl)URL where the file content is locatedHrisCreateWorkEligibilityRequestDtoDocumentwithRemoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)URL where the file content is locatedHrisCreateWorkEligibilityRequestDtoDocumentwithUpdatedAt(java.time.OffsetDateTime updatedAt)The update date of the fileHrisCreateWorkEligibilityRequestDtoDocumentwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The update date of the file
-
-
-
Constructor Detail
-
HrisCreateWorkEligibilityRequestDtoDocument
public HrisCreateWorkEligibilityRequestDtoDocument(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Content>> contents, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)
-
HrisCreateWorkEligibilityRequestDtoDocument
public HrisCreateWorkEligibilityRequestDtoDocument()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the file
-
category
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateWorkEligibilityRequestDtoCategory> category()
The category of the file
-
contents
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<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 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId()
The categoryId of the documents
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The creation date of the file
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The update date of the file
-
remoteUrl
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl()
URL where the file content is located
-
fileFormat
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat()
The file format of the file
-
builder
public static HrisCreateWorkEligibilityRequestDtoDocument.Builder builder()
-
withId
public HrisCreateWorkEligibilityRequestDtoDocument withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateWorkEligibilityRequestDtoDocument withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HrisCreateWorkEligibilityRequestDtoDocument withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HrisCreateWorkEligibilityRequestDtoDocument withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public HrisCreateWorkEligibilityRequestDtoDocument withName(java.lang.String name)
The name of the file
-
withName
public HrisCreateWorkEligibilityRequestDtoDocument withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the file
-
withCategory
public HrisCreateWorkEligibilityRequestDtoDocument withCategory(HrisCreateWorkEligibilityRequestDtoCategory category)
The category of the file
-
withCategory
public HrisCreateWorkEligibilityRequestDtoDocument withCategory(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoCategory> category)
The category of the file
-
withContents
@Deprecated public HrisCreateWorkEligibilityRequestDtoDocument withContents(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
-
withContents
@Deprecated public HrisCreateWorkEligibilityRequestDtoDocument withContents(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
-
withCategoryId
public HrisCreateWorkEligibilityRequestDtoDocument withCategoryId(java.lang.String categoryId)
The categoryId of the documents
-
withCategoryId
public HrisCreateWorkEligibilityRequestDtoDocument withCategoryId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
The categoryId of the documents
-
withCreatedAt
public HrisCreateWorkEligibilityRequestDtoDocument withCreatedAt(java.time.OffsetDateTime createdAt)
The creation date of the file
-
withCreatedAt
public HrisCreateWorkEligibilityRequestDtoDocument withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The creation date of the file
-
withUpdatedAt
public HrisCreateWorkEligibilityRequestDtoDocument withUpdatedAt(java.time.OffsetDateTime updatedAt)
The update date of the file
-
withUpdatedAt
public HrisCreateWorkEligibilityRequestDtoDocument withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The update date of the file
-
withRemoteUrl
public HrisCreateWorkEligibilityRequestDtoDocument withRemoteUrl(java.lang.String remoteUrl)
URL where the file content is located
-
withRemoteUrl
public HrisCreateWorkEligibilityRequestDtoDocument withRemoteUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
URL where the file content is located
-
withFileFormat
public HrisCreateWorkEligibilityRequestDtoDocument withFileFormat(HrisCreateWorkEligibilityRequestDtoFileFormat fileFormat)
The file format of the file
-
withFileFormat
public HrisCreateWorkEligibilityRequestDtoDocument withFileFormat(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateWorkEligibilityRequestDtoFileFormat> fileFormat)
The file format of the file
-
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
-
-