public class AttachmentContent extends VdmMediaEntity<AttachmentContent>
Document Management

Original entity name from the Odata EDM: AttachmentContent

  • Field Details

    • ALL_FIELDS

      public static final AttachmentContentSelectable ALL_FIELDS
      Selector for all available fields of AttachmentContent.
    • DOCUMENT_INFO_RECORD_DOC_TYPE

      public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_TYPE
      Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.
    • DOCUMENT_INFO_RECORD_DOC_NUMBER

      public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_NUMBER
      Use with available fluent helpers to apply the DocumentInfoRecordDocNumber field to query operations.
    • DOCUMENT_INFO_RECORD_DOC_VERSION

      public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_VERSION
      Use with available fluent helpers to apply the DocumentInfoRecordDocVersion field to query operations.
    • DOCUMENT_INFO_RECORD_DOC_PART

      public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_PART
      Use with available fluent helpers to apply the DocumentInfoRecordDocPart field to query operations.
    • LOGICAL_DOCUMENT

      public static final AttachmentContentField<String> LOGICAL_DOCUMENT
      Use with available fluent helpers to apply the LogicalDocument field to query operations.
    • ARCHIVE_DOCUMENT_ID

      public static final AttachmentContentField<String> ARCHIVE_DOCUMENT_ID
      Use with available fluent helpers to apply the ArchiveDocumentID field to query operations.
    • LINKED_SAP_OBJECT_KEY

      public static final AttachmentContentField<String> LINKED_SAP_OBJECT_KEY
      Use with available fluent helpers to apply the LinkedSAPObjectKey field to query operations.
    • BUSINESS_OBJECT_TYPE_NAME

      public static final AttachmentContentField<String> BUSINESS_OBJECT_TYPE_NAME
      Use with available fluent helpers to apply the BusinessObjectTypeName field to query operations.
    • SEMANTIC_OBJECT

      public static final AttachmentContentField<String> SEMANTIC_OBJECT
      Use with available fluent helpers to apply the SemanticObject field to query operations.
    • WORKSTATION_APPLICATION

      public static final AttachmentContentField<String> WORKSTATION_APPLICATION
      Use with available fluent helpers to apply the WorkstationApplication field to query operations.
    • FILE_SIZE

      public static final AttachmentContentField<String> FILE_SIZE
      Use with available fluent helpers to apply the FileSize field to query operations.
    • FILE_NAME

      public static final AttachmentContentField<String> FILE_NAME
      Use with available fluent helpers to apply the FileName field to query operations.
    • DOCUMENT_URL

      public static final AttachmentContentField<String> DOCUMENT_URL
      Use with available fluent helpers to apply the DocumentURL field to query operations.
    • MIME_TYPE

      public static final AttachmentContentField<String> MIME_TYPE
      Use with available fluent helpers to apply the MimeType field to query operations.
    • CONTENT

      public static final AttachmentContentField<byte[]> CONTENT
      Use with available fluent helpers to apply the Content field to query operations.
    • CREATED_BY_USER

      public static final AttachmentContentField<String> CREATED_BY_USER
      Use with available fluent helpers to apply the CreatedByUser field to query operations.
    • CREATED_BY_USER_FULL_NAME

      public static final AttachmentContentField<String> CREATED_BY_USER_FULL_NAME
      Use with available fluent helpers to apply the CreatedByUserFullName field to query operations.
    • CREATION_DATE_TIME

      public static final AttachmentContentField<LocalDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • BUSINESS_OBJECT_TYPE

      public static final AttachmentContentField<String> BUSINESS_OBJECT_TYPE
      Use with available fluent helpers to apply the BusinessObjectType field to query operations.
    • LAST_CHANGED_BY_USER

      public static final AttachmentContentField<String> LAST_CHANGED_BY_USER
      Use with available fluent helpers to apply the LastChangedByUser field to query operations.
    • LAST_CHANGED_BY_USER_FULL_NAME

      public static final AttachmentContentField<String> LAST_CHANGED_BY_USER_FULL_NAME
      Use with available fluent helpers to apply the LastChangedByUserFullName field to query operations.
    • CHANGED_DATE_TIME

      public static final AttachmentContentField<LocalDateTime> CHANGED_DATE_TIME
      Use with available fluent helpers to apply the ChangedDateTime field to query operations.
    • STORAGE_CATEGORY

      public static final AttachmentContentField<String> STORAGE_CATEGORY
      Use with available fluent helpers to apply the StorageCategory field to query operations.
    • SAP_OBJECT_TYPE

      public static final AttachmentContentField<String> SAP_OBJECT_TYPE
      Use with available fluent helpers to apply the SAPObjectType field to query operations.
    • SAP_OBJECT_NODE_TYPE

      public static final AttachmentContentField<String> SAP_OBJECT_NODE_TYPE
      Use with available fluent helpers to apply the SAPObjectNodeType field to query operations.
    • HARMONIZED_DOCUMENT_TYPE

      public static final AttachmentContentField<String> HARMONIZED_DOCUMENT_TYPE
      Use with available fluent helpers to apply the HarmonizedDocumentType field to query operations.
    • ATTACHMENT_DELETION_IS_ALLOWED

      public static final AttachmentContentField<Boolean> ATTACHMENT_DELETION_IS_ALLOWED
      Use with available fluent helpers to apply the AttachmentDeletionIsAllowed field to query operations.
    • ATTACHMENT_RENAME_IS_ALLOWED

      public static final AttachmentContentField<Boolean> ATTACHMENT_RENAME_IS_ALLOWED
      Use with available fluent helpers to apply the AttachmentRenameIsAllowed field to query operations.
    • SOURCE

      public static final AttachmentContentField<String> SOURCE
      Use with available fluent helpers to apply the Source field to query operations.
    • ATTACHMENT_CONTENT_HASH

      public static final AttachmentContentField<String> ATTACHMENT_CONTENT_HASH
      Use with available fluent helpers to apply the AttachmentContentHash field to query operations.
  • Constructor Details

    • AttachmentContent

      public AttachmentContent()
    • AttachmentContent

      public AttachmentContent(@Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocVersion, @Nullable String documentInfoRecordDocPart, @Nullable String logicalDocument, @Nullable String archiveDocumentID, @Nullable String linkedSAPObjectKey, @Nullable String businessObjectTypeName, @Nullable String semanticObject, @Nullable String workstationApplication, @Nullable String fileSize, @Nullable String fileName, @Nullable String documentURL, @Nullable String mimeType, @Nullable byte[] content, @Nullable String createdByUser, @Nullable String createdByUserFullName, @Nullable LocalDateTime creationDateTime, @Nullable String businessObjectType, @Nullable String lastChangedByUser, @Nullable String lastChangedByUserFullName, @Nullable LocalDateTime changedDateTime, @Nullable String storageCategory, @Nullable String archiveLinkRepository, @Nullable String sAPObjectType, @Nullable String sAPObjectNodeType, @Nullable String harmonizedDocumentType, @Nullable Boolean attachmentDeletionIsAllowed, @Nullable Boolean attachmentRenameIsAllowed, @Nullable String source, @Nullable String attachmentContentHash)
  • Method Details

    • getType

      @Nonnull public Class<AttachmentContent> getType()
      Specified by:
      getType in class VdmObject<AttachmentContent>
    • setDocumentInfoRecordDocType

      public void setDocumentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocType

      Parameters:
      documentInfoRecordDocType - DocumentInfoRecordDocType
    • setDocumentInfoRecordDocNumber

      public void setDocumentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: DocumentInfoRecordDocNumber

      Parameters:
      documentInfoRecordDocNumber - DocumentInfoRecordDocNumber
    • setDocumentInfoRecordDocVersion

      public void setDocumentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DocumentInfoRecordDocVersion

      Parameters:
      documentInfoRecordDocVersion - DocumentInfoRecordDocVersion
    • setDocumentInfoRecordDocPart

      public void setDocumentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocPart

      Parameters:
      documentInfoRecordDocPart - DocumentInfoRecordDocPart
    • setLogicalDocument

      public void setLogicalDocument(@Nullable String logicalDocument)
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: LogicalDocument

      Parameters:
      logicalDocument - LogicalDocument
    • setArchiveDocumentID

      public void setArchiveDocumentID(@Nullable String archiveDocumentID)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ArchiveDocumentID

      Parameters:
      archiveDocumentID - ArchiveDocumentID
    • setLinkedSAPObjectKey

      public void setLinkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: LinkedSAPObjectKey

      Parameters:
      linkedSAPObjectKey - LinkedSAPObjectKey
    • setBusinessObjectTypeName

      public void setBusinessObjectTypeName(@Nullable String businessObjectTypeName)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BusinessObjectTypeName

      Parameters:
      businessObjectTypeName - BusinessObjectTypeName
    • setSemanticObject

      public void setSemanticObject(@Nullable String semanticObject)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: SemanticObject

      Parameters:
      semanticObject - SemanticObject
    • setWorkstationApplication

      public void setWorkstationApplication(@Nullable String workstationApplication)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkstationApplication

      Parameters:
      workstationApplication - WorkstationApplication
    • setFileSize

      public void setFileSize(@Nullable String fileSize)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: FileSize

      Parameters:
      fileSize - FileSize
    • setFileName

      public void setFileName(@Nullable String fileName)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: FileName

      Parameters:
      fileName - FileName
    • setDocumentURL

      public void setDocumentURL(@Nullable String documentURL)
      Constraints: Not nullable, Maximum length: 4096

      Original property name from the Odata EDM: DocumentURL

      Parameters:
      documentURL - DocumentURL
    • setMimeType

      public void setMimeType(@Nullable String mimeType)
      Constraints: Not nullable, Maximum length: 128

      Original property name from the Odata EDM: MimeType

      Parameters:
      mimeType - MimeType
    • setContent

      public void setContent(@Nullable byte[] content)
      Constraints: none

      Original property name from the Odata EDM: Content

      Parameters:
      content - AttachmentContent
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - CreatedByUser
    • setCreatedByUserFullName

      public void setCreatedByUserFullName(@Nullable String createdByUserFullName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: CreatedByUserFullName

      Parameters:
      createdByUserFullName - CreatedByUserFullName
    • setCreationDateTime

      public void setCreationDateTime(@Nullable LocalDateTime creationDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - CreationDateTime
    • setBusinessObjectType

      public void setBusinessObjectType(@Nullable String businessObjectType)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BusinessObjectType

      Parameters:
      businessObjectType - BusinessObjectType
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - LastChangedByUser
    • setLastChangedByUserFullName

      public void setLastChangedByUserFullName(@Nullable String lastChangedByUserFullName)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: LastChangedByUserFullName

      Parameters:
      lastChangedByUserFullName - LastChangedByUserFullName
    • setChangedDateTime

      public void setChangedDateTime(@Nullable LocalDateTime changedDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangedDateTime

      Parameters:
      changedDateTime - ChangedDateTime
    • setStorageCategory

      public void setStorageCategory(@Nullable String storageCategory)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: StorageCategory

      Parameters:
      storageCategory - StorageCategory
    • setArchiveLinkRepository

      public void setArchiveLinkRepository(@Nullable String archiveLinkRepository)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ArchiveLinkRepository

      Parameters:
      archiveLinkRepository - ArchiveLinkRepository
    • setSAPObjectType

      public void setSAPObjectType(@Nullable String sAPObjectType)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectType

      Parameters:
      sAPObjectType - SAPObjectType
    • setSAPObjectNodeType

      public void setSAPObjectNodeType(@Nullable String sAPObjectNodeType)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectNodeType

      Parameters:
      sAPObjectNodeType - SAPObjectNodeType
    • setHarmonizedDocumentType

      public void setHarmonizedDocumentType(@Nullable String harmonizedDocumentType)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: HarmonizedDocumentType

      Parameters:
      harmonizedDocumentType - HarmonizedDocumentType
    • setAttachmentDeletionIsAllowed

      public void setAttachmentDeletionIsAllowed(@Nullable Boolean attachmentDeletionIsAllowed)
      Constraints: none

      Original property name from the Odata EDM: AttachmentDeletionIsAllowed

      Parameters:
      attachmentDeletionIsAllowed - AttachmentDeletionIsAllowed
    • setAttachmentRenameIsAllowed

      public void setAttachmentRenameIsAllowed(@Nullable Boolean attachmentRenameIsAllowed)
      Constraints: none

      Original property name from the Odata EDM: AttachmentRenameIsAllowed

      Parameters:
      attachmentRenameIsAllowed - AttachmentRenameIsAllowed
    • setSource

      public void setSource(@Nullable String source)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Source

      Parameters:
      source - Source
    • setAttachmentContentHash

      public void setAttachmentContentHash(@Nullable String attachmentContentHash)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: AttachmentContentHash

      Parameters:
      attachmentContentHash - AtttachmentContentHash
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<AttachmentContent>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<AttachmentContent>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<AttachmentContent>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<AttachmentContent>
    • field

      @Nonnull public static <T> AttachmentContentField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> AttachmentContentField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<AttachmentContent>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<AttachmentContent>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<AttachmentContent>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<AttachmentContent>
    • builder

      @Nonnull public static AttachmentContent.AttachmentContentBuilder builder()
    • getDocumentInfoRecordDocType

      @Nullable public String getDocumentInfoRecordDocType()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocType

      Returns:
      DocumentInfoRecordDocType
    • getDocumentInfoRecordDocNumber

      @Nullable public String getDocumentInfoRecordDocNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: DocumentInfoRecordDocNumber

      Returns:
      DocumentInfoRecordDocNumber
    • getDocumentInfoRecordDocVersion

      @Nullable public String getDocumentInfoRecordDocVersion()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DocumentInfoRecordDocVersion

      Returns:
      DocumentInfoRecordDocVersion
    • getDocumentInfoRecordDocPart

      @Nullable public String getDocumentInfoRecordDocPart()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentInfoRecordDocPart

      Returns:
      DocumentInfoRecordDocPart
    • getLogicalDocument

      @Nullable public String getLogicalDocument()
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: LogicalDocument

      Returns:
      LogicalDocument
    • getArchiveDocumentID

      @Nullable public String getArchiveDocumentID()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: ArchiveDocumentID

      Returns:
      ArchiveDocumentID
    • getLinkedSAPObjectKey

      @Nullable public String getLinkedSAPObjectKey()
      (Key Field) Constraints: Not nullable, Maximum length: 90

      Original property name from the Odata EDM: LinkedSAPObjectKey

      Returns:
      LinkedSAPObjectKey
    • getBusinessObjectTypeName

      @Nullable public String getBusinessObjectTypeName()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BusinessObjectTypeName

      Returns:
      BusinessObjectTypeName
    • getSemanticObject

      @Nullable public String getSemanticObject()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: SemanticObject

      Returns:
      SemanticObject
    • getWorkstationApplication

      @Nullable public String getWorkstationApplication()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: WorkstationApplication

      Returns:
      WorkstationApplication
    • getFileSize

      @Nullable public String getFileSize()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: FileSize

      Returns:
      FileSize
    • getFileName

      @Nullable public String getFileName()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: FileName

      Returns:
      FileName
    • getDocumentURL

      @Nullable public String getDocumentURL()
      Constraints: Not nullable, Maximum length: 4096

      Original property name from the Odata EDM: DocumentURL

      Returns:
      DocumentURL
    • getMimeType

      @Nullable public String getMimeType()
      Constraints: Not nullable, Maximum length: 128

      Original property name from the Odata EDM: MimeType

      Returns:
      MimeType
    • getContent

      @Nullable public byte[] getContent()
      Constraints: none

      Original property name from the Odata EDM: Content

      Returns:
      AttachmentContent
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      CreatedByUser
    • getCreatedByUserFullName

      @Nullable public String getCreatedByUserFullName()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: CreatedByUserFullName

      Returns:
      CreatedByUserFullName
    • getCreationDateTime

      @Nullable public LocalDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      CreationDateTime
    • getBusinessObjectType

      @Nullable public String getBusinessObjectType()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BusinessObjectType

      Returns:
      BusinessObjectType
    • getLastChangedByUser

      @Nullable public String getLastChangedByUser()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      LastChangedByUser
    • getLastChangedByUserFullName

      @Nullable public String getLastChangedByUserFullName()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: LastChangedByUserFullName

      Returns:
      LastChangedByUserFullName
    • getChangedDateTime

      @Nullable public LocalDateTime getChangedDateTime()
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: ChangedDateTime

      Returns:
      ChangedDateTime
    • getStorageCategory

      @Nullable public String getStorageCategory()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: StorageCategory

      Returns:
      StorageCategory
    • getArchiveLinkRepository

      @Nullable public String getArchiveLinkRepository()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ArchiveLinkRepository

      Returns:
      ArchiveLinkRepository
    • getSAPObjectType

      @Nullable public String getSAPObjectType()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectType

      Returns:
      SAPObjectType
    • getSAPObjectNodeType

      @Nullable public String getSAPObjectNodeType()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectNodeType

      Returns:
      SAPObjectNodeType
    • getHarmonizedDocumentType

      @Nullable public String getHarmonizedDocumentType()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: HarmonizedDocumentType

      Returns:
      HarmonizedDocumentType
    • getAttachmentDeletionIsAllowed

      @Nullable public Boolean getAttachmentDeletionIsAllowed()
      Constraints: none

      Original property name from the Odata EDM: AttachmentDeletionIsAllowed

      Returns:
      AttachmentDeletionIsAllowed
    • getAttachmentRenameIsAllowed

      @Nullable public Boolean getAttachmentRenameIsAllowed()
      Constraints: none

      Original property name from the Odata EDM: AttachmentRenameIsAllowed

      Returns:
      AttachmentRenameIsAllowed
    • getSource

      @Nullable public String getSource()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Source

      Returns:
      Source
    • getAttachmentContentHash

      @Nullable public String getAttachmentContentHash()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: AttachmentContentHash

      Returns:
      AtttachmentContentHash
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<AttachmentContent>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmMediaEntity<AttachmentContent>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmMediaEntity<AttachmentContent>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmMediaEntity<AttachmentContent>