Class AtsDocumentApiModel


  • public class AtsDocumentApiModel
    extends java.lang.Object
    • Constructor Detail

      • AtsDocumentApiModel

        public AtsDocumentApiModel​(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<java.lang.String> path,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelCategory> 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 AtsDocumentApiModelFileFormat> fileFormat,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields,
                                   org.openapitools.jackson.nullable.JsonNullable<? extends AtsDocumentApiModelType> type)
      • AtsDocumentApiModel

        public AtsDocumentApiModel()
    • 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
      • path

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path()
        The path where the file is stored
      • category

        public org.openapitools.jackson.nullable.JsonNullable<AtsDocumentApiModelCategory> category()
        The category of the the document
      • 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
      • unifiedCustomFields

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
        Custom Unified Fields configured in your StackOne project
      • type

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<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
      • withId

        public AtsDocumentApiModel withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public AtsDocumentApiModel withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public AtsDocumentApiModel withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public AtsDocumentApiModel withName​(java.lang.String name)
        The name of the file
      • withName

        public AtsDocumentApiModel withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the file
      • withPath

        public AtsDocumentApiModel withPath​(java.lang.String path)
        The path where the file is stored
      • withPath

        public AtsDocumentApiModel withPath​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> path)
        The path where the file is stored
      • withContents

        @Deprecated
        public AtsDocumentApiModel 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 AtsDocumentApiModel 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 AtsDocumentApiModel withCategoryId​(java.lang.String categoryId)
        The categoryId of the documents
      • withCategoryId

        public AtsDocumentApiModel withCategoryId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categoryId)
        The categoryId of the documents
      • withCreatedAt

        public AtsDocumentApiModel withCreatedAt​(java.time.OffsetDateTime createdAt)
        The creation date of the file
      • withCreatedAt

        public AtsDocumentApiModel withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The creation date of the file
      • withUpdatedAt

        public AtsDocumentApiModel withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The update date of the file
      • withUpdatedAt

        public AtsDocumentApiModel withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The update date of the file
      • withRemoteUrl

        public AtsDocumentApiModel withRemoteUrl​(java.lang.String remoteUrl)
        URL where the file content is located
      • withRemoteUrl

        public AtsDocumentApiModel withRemoteUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteUrl)
        URL where the file content is located
      • withUnifiedCustomFields

        public AtsDocumentApiModel withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public AtsDocumentApiModel withUnifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withType

        @Deprecated
        public AtsDocumentApiModel withType​(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
      • withType

        @Deprecated
        public AtsDocumentApiModel withType​(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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object