Package com.dropbox.core.v2.sharing
Class AudienceExceptions
java.lang.Object
com.dropbox.core.v2.sharing.AudienceExceptions
The total count and truncated list of information of content inside this
folder that has a different audience than the link on this folder. This is
only returned for folders.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final List<AudienceExceptionContentInfo> -
Constructor Summary
ConstructorsConstructorDescriptionAudienceExceptions(long count, List<AudienceExceptionContentInfo> exceptions) The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder. -
Method Summary
-
Field Details
-
count
protected final long count -
exceptions
-
-
Constructor Details
-
AudienceExceptions
The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder. This is only returned for folders.- Parameters:
exceptions- A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getCount
public long getCount()- Returns:
- value for this field.
-
getExceptions
A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-