Package com.dropbox.core.v2.teamlog
Class LegalHoldsChangeHoldDetailsDetails
java.lang.Object
com.dropbox.core.v2.teamlog.LegalHoldsChangeHoldDetailsDetails
Edited details for a hold.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLegalHoldsChangeHoldDetailsDetails(String legalHoldId, String name, String previousValue, String newValue) Edited details for a hold. -
Method Summary
-
Field Details
-
legalHoldId
-
name
-
previousValue
-
newValue
-
-
Constructor Details
-
LegalHoldsChangeHoldDetailsDetails
public LegalHoldsChangeHoldDetailsDetails(@Nonnull String legalHoldId, @Nonnull String name, @Nonnull String previousValue, @Nonnull String newValue) Edited details for a hold.- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. Must not benull.previousValue- Previous details. Must not benull.newValue- New details. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getLegalHoldId
Hold ID.- Returns:
- value for this field, never
null.
-
getName
Hold name.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous details.- Returns:
- value for this field, never
null.
-
getNewValue
New details.- Returns:
- value for this field, never
null.
-
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
-