public static class FolderLogInfo.Builder extends FileOrFolderLogInfo.Builder
FolderLogInfo.displayName, fileId, path| Modifier | Constructor and Description |
|---|---|
protected |
Builder(PathLogInfo path) |
| Modifier and Type | Method and Description |
|---|---|
FolderLogInfo |
build()
Builds an instance of
FolderLogInfo configured with this
builder's values |
FolderLogInfo.Builder |
withDisplayName(java.lang.String displayName)
Set value for optional field.
|
FolderLogInfo.Builder |
withFileId(java.lang.String fileId)
Set value for optional field.
|
protected Builder(PathLogInfo path)
public FolderLogInfo.Builder withDisplayName(java.lang.String displayName)
withDisplayName in class FileOrFolderLogInfo.BuilderdisplayName - Display name. Might be missing due to historical
data gap.public FolderLogInfo.Builder withFileId(java.lang.String fileId)
withFileId in class FileOrFolderLogInfo.BuilderfileId - Unique ID. Might be missing due to historical data
gap.public FolderLogInfo build()
FolderLogInfo configured with this
builder's valuesbuild in class FileOrFolderLogInfo.BuilderFolderLogInfo