public static class FileVersionLegalHolds.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected List<FileVersionLegalHold> |
entries |
protected Long |
limit |
protected String |
nextMarker |
protected String |
prevMarker |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FileVersionLegalHolds |
build() |
FileVersionLegalHolds.Builder |
entries(List<FileVersionLegalHold> entries) |
FileVersionLegalHolds.Builder |
limit(Long limit) |
FileVersionLegalHolds.Builder |
nextMarker(String nextMarker) |
FileVersionLegalHolds.Builder |
prevMarker(String prevMarker) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String nextMarker
protected String prevMarker
protected List<FileVersionLegalHold> entries
public Builder()
public FileVersionLegalHolds.Builder limit(Long limit)
public FileVersionLegalHolds.Builder nextMarker(String nextMarker)
public FileVersionLegalHolds.Builder prevMarker(String prevMarker)
public FileVersionLegalHolds.Builder entries(List<FileVersionLegalHold> entries)
public FileVersionLegalHolds build()