public class LegalHoldPolicyAssignmentCountsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
LegalHoldPolicyAssignmentCountsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
file
The number of files this policy is applied to.
|
protected Long |
fileVersion
The number of file versions this policy is applied to.
|
protected Long |
folder
The number of folders this policy is applied to.
|
protected Long |
interactions
The number of users this policy is applied to with the `interactions` type assignment.
|
protected Long |
ownership
The number of users this policy is applied to with the `ownership` type assignment.
|
protected Long |
user
The number of users this policy is applied to with the `access` type assignment.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
LegalHoldPolicyAssignmentCountsField() |
protected |
LegalHoldPolicyAssignmentCountsField(LegalHoldPolicyAssignmentCountsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getFile() |
Long |
getFileVersion() |
Long |
getFolder() |
Long |
getInteractions() |
Long |
getOwnership() |
Long |
getUser() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long user
protected Long fileVersion
protected Long ownership
protected Long interactions
public LegalHoldPolicyAssignmentCountsField()
protected LegalHoldPolicyAssignmentCountsField(LegalHoldPolicyAssignmentCountsField.Builder builder)
public Long getFileVersion()
public Long getOwnership()
public Long getInteractions()