public interface BulkFile
Modifier and Type | Method and Description |
---|---|
BulkChangeType |
getChangeType() |
String |
getContentId()
|
String |
getPath() |
long |
getSize() |
@Nonnull BulkChangeType getChangeType()
@Nonnull String getContentId()
added
or modified
files, returns a content ID for
the new content. For deleted
files, the ID is for the content before deletion.long getSize()
0
for deleted
filesCopyright © 2022 Atlassian. All rights reserved.