Package com.dropbox.core.v2.teamlog
Class LegalHoldsExportAHoldDetails
java.lang.Object
com.dropbox.core.v2.teamlog.LegalHoldsExportAHoldDetails
Exported hold.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLegalHoldsExportAHoldDetails(String legalHoldId, String name) Exported hold.LegalHoldsExportAHoldDetails(String legalHoldId, String name, String exportName) Exported hold. -
Method Summary
-
Field Details
-
legalHoldId
-
name
-
exportName
-
-
Constructor Details
-
LegalHoldsExportAHoldDetails
public LegalHoldsExportAHoldDetails(@Nonnull String legalHoldId, @Nonnull String name, @Nullable String exportName) Exported hold.- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. Must not benull.exportName- Export name.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
LegalHoldsExportAHoldDetails
Exported hold.The default values for unset fields will be used.
- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. 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.
-
getExportName
Export name.- 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
-