Package com.dropbox.core.v2.teamlog
Class BinderRenameSectionDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.BinderRenameSectionDetails
 
- 
 public class BinderRenameSectionDetails extends java.lang.ObjectRenamed Binder section.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringbinderItemNameprotected java.lang.StringdocTitleprotected java.lang.StringeventUuidprotected java.lang.StringpreviousBinderItemName
 - 
Constructor SummaryConstructors Constructor Description BinderRenameSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName)Renamed Binder section.BinderRenameSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName, java.lang.String previousBinderItemName)Renamed 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.java.lang.StringgetPreviousBinderItemName()Previous name of the Binder page/section.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Constructor Detail- 
BinderRenameSectionDetailspublic BinderRenameSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName, java.lang.String previousBinderItemName)Renamed 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.
- previousBinderItemName- Previous name of the Binder page/section.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
BinderRenameSectionDetailspublic BinderRenameSectionDetails(java.lang.String eventUuid, java.lang.String docTitle, java.lang.String binderItemName)Renamed Binder section.The default values for unset fields will be used. - 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.
 
 - 
getPreviousBinderItemNamepublic java.lang.String getPreviousBinderItemName() Previous name of the Binder page/section.- Returns:
- value for this field, or nullif not present.
 
 - 
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
 
 
- 
 
-