Package com.dropbox.core.v2.teamlog
Class TeamMergeRequestAutoCanceledDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamMergeRequestAutoCanceledDetails
Automatically canceled team merge request.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutomatically canceled team merge request.Automatically canceled team merge request. -
Method Summary
-
Field Details
-
details
-
-
Constructor Details
-
TeamMergeRequestAutoCanceledDetails
Automatically canceled team merge request.- Parameters:
details- The cancellation reason.
-
TeamMergeRequestAutoCanceledDetails
public TeamMergeRequestAutoCanceledDetails()Automatically canceled team merge request.The default values for unset fields will be used.
-
-
Method Details
-
getDetails
The cancellation reason.- Returns:
- value for this field, or
nullif not present.
-
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
-