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