public class CollaborationAllowlistExemptTargets extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistExemptTargets.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<CollaborationAllowlistExemptTarget> |
entries
A list of users exempt from any of the restrictions imposed by the list of allowed
collaboration domains for this enterprise.
|
protected Long |
limit
The limit that was used for these entries.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
protected String |
prevMarker
The marker for the start of the previous page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistExemptTargets() |
protected |
CollaborationAllowlistExemptTargets(CollaborationAllowlistExemptTargets.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CollaborationAllowlistExemptTarget> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
String |
getPrevMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long limit
protected String nextMarker
protected String prevMarker
protected List<CollaborationAllowlistExemptTarget> entries
public CollaborationAllowlistExemptTargets()
protected CollaborationAllowlistExemptTargets(CollaborationAllowlistExemptTargets.Builder builder)
public String getNextMarker()
public String getPrevMarker()
public List<CollaborationAllowlistExemptTarget> getEntries()