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