Package com.dropbox.core.v2.teamlog
Class BinderRemoveSectionDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.BinderRemoveSectionDetails
 
- 
 public class BinderRemoveSectionDetails extends java.lang.ObjectRemoved Binder section.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringbinderItemNameprotected java.lang.StringdocTitleprotected java.lang.StringeventUuid
 - 
Constructor SummaryConstructors Constructor Description BinderRemoveSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName)Removed Binder section.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetBinderItemName()Name of the Binder page/section.java.lang.StringgetDocTitle()Title of the Binder doc.java.lang.StringgetEventUuid()Event unique identifier.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Constructor Detail- 
BinderRemoveSectionDetailspublic BinderRemoveSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName)Removed Binder section.- Parameters:
- eventUuid- Event unique identifier. Must not be- null.
- docTitle- Title of the Binder doc. Must not be- null.
- binderItemName- Name of the Binder page/section. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getEventUuidpublic java.lang.String getEventUuid() Event unique identifier.- Returns:
- value for this field, never null.
 
 - 
getDocTitlepublic java.lang.String getDocTitle() Title of the Binder doc.- Returns:
- value for this field, never null.
 
 - 
getBinderItemNamepublic java.lang.String getBinderItemName() Name of the Binder page/section.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-