Package com.dropbox.core.v2.sharing
Class AudienceExceptionContentInfo
java.lang.Object
com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
Information about the content that has a link audience different than that of
this folder.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInformation about the content that has a link audience different than that of this folder. -
Method Summary
-
Field Details
-
name
-
-
Constructor Details
-
AudienceExceptionContentInfo
Information about the content that has a link audience different than that of this folder.- Parameters:
name- The name of the content, which is either a file or a folder. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getName
The name of the content, which is either a file or a folder.- 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
-