Class AttachmentInfo


  • public class AttachmentInfo
    extends Object
    Since:
    7.20.0
    • Constructor Detail

      • AttachmentInfo

        public AttachmentInfo​(@NotNull
                              @NotNull Long id,
                              @NotNull
                              @NotNull Long containerId,
                              @NotNull
                              @NotNull Long spaceId,
                              @NotNull
                              @NotNull Integer version,
                              Long originalVersion)
    • Method Detail

      • getId

        public Long getId()
      • getSpaceId

        public Long getSpaceId()
      • getContainerId

        public Long getContainerId()
      • getVersion

        public Integer getVersion()
      • getOriginalVersion

        public Long getOriginalVersion()