public static class ContentCounts.Builder extends Object
| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| ContentCounts | build() | 
| ContentCounts.Builder | directory(long directory) | 
| ContentCounts.Builder | file(long file) | 
| ContentCounts.Builder | length(long length) | 
| ContentCounts.Builder | snapshot(long snapshot) | 
| ContentCounts.Builder | snapshotable_directory(long snapshotable_directory) | 
| ContentCounts.Builder | storagespace(long storagespace) | 
| ContentCounts.Builder | symlink(long symlink) | 
public ContentCounts.Builder file(long file)
public ContentCounts.Builder directory(long directory)
public ContentCounts.Builder symlink(long symlink)
public ContentCounts.Builder length(long length)
public ContentCounts.Builder storagespace(long storagespace)
public ContentCounts.Builder snapshot(long snapshot)
public ContentCounts.Builder snapshotable_directory(long snapshotable_directory)
public ContentCounts build()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.