Interface BulkFile


public interface BulkFile
Metadata about a file of a bulk content command.
Since:
4.2
  • Method Details

    • getChangeType

      @Nonnull BulkChangeType getChangeType()
      Returns:
      how the file has changed
    • getContentId

      @Nonnull String getContentId()
      For added or modified files, returns a content ID for the new content. For deleted files, the ID is for the content before deletion.
      Returns:
      an ID that identifies the contents of the file
    • getPath

      @Nonnull String getPath()
      Returns:
      the file path
    • getSize

      long getSize()
      Returns:
      the file size in bytes, or 0 for deleted files