Package com.dropbox.core.v2.teamlog
Class DashDeletedCommentFromStackDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DashDeletedCommentFromStackDetails
Deleted a comment from a stack.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final DashStackType -
Constructor Summary
ConstructorsConstructorDescriptionDashDeletedCommentFromStackDetails(String stackName, String stackItemName) Deleted a comment from a stack.DashDeletedCommentFromStackDetails(String stackName, String stackItemName, DashStackType stackType) Deleted a comment from a stack. -
Method Summary
-
Field Details
-
stackName
-
stackItemName
-
stackType
-
-
Constructor Details
-
DashDeletedCommentFromStackDetails
public DashDeletedCommentFromStackDetails(@Nonnull String stackName, @Nonnull String stackItemName, @Nullable DashStackType stackType) Deleted a comment from a stack.- Parameters:
stackName- The name of the stack where the comment exists. Must not benull.stackItemName- The name of the stack item that the comment is tied to. Must not benull.stackType- The type of stack backend.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DashDeletedCommentFromStackDetails
Deleted a comment from a stack.The default values for unset fields will be used.
- Parameters:
stackName- The name of the stack where the comment exists. Must not benull.stackItemName- The name of the stack item that the comment is tied to. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getStackName
The name of the stack where the comment exists.- Returns:
- value for this field, never
null.
-
getStackItemName
The name of the stack item that the comment is tied to.- Returns:
- value for this field, never
null.
-
getStackType
The type of stack backend.- 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
-