Package com.dropbox.core.v2.teamlog
Class LegalHoldsExportDownloadedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.LegalHoldsExportDownloadedDetails
Downloaded export for a hold.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLegalHoldsExportDownloadedDetails(String legalHoldId, String name, String exportName) Downloaded export for a hold.LegalHoldsExportDownloadedDetails(String legalHoldId, String name, String exportName, String part, String fileName) Downloaded export for a hold. -
Method Summary
Modifier and TypeMethodDescriptionbooleanExport name.Filename.Hold ID.getName()Hold name.getPart()Part.inthashCode()newBuilder(String legalHoldId, String name, String exportName) Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
legalHoldId
-
name
-
exportName
-
part
-
fileName
-
-
Constructor Details
-
LegalHoldsExportDownloadedDetails
public LegalHoldsExportDownloadedDetails(@Nonnull String legalHoldId, @Nonnull String name, @Nonnull String exportName, @Nullable String part, @Nullable String fileName) Downloaded export for a hold.Use
newBuilder(java.lang.String,java.lang.String,java.lang.String)to create instances of this class without specifying values for all optional fields.- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. Must not benull.exportName- Export name. Must not benull.part- Part.fileName- Filename.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
LegalHoldsExportDownloadedDetails
public LegalHoldsExportDownloadedDetails(@Nonnull String legalHoldId, @Nonnull String name, @Nonnull String exportName) Downloaded export for a hold.The default values for unset fields will be used.
- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. Must not benull.exportName- Export 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, never
null.
-
getPart
Part.- Returns:
- value for this field, or
nullif not present.
-
getFileName
Filename.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
public static LegalHoldsExportDownloadedDetails.Builder newBuilder(String legalHoldId, String name, String exportName) Returns a new builder for creating an instance of this class.- Parameters:
legalHoldId- Hold ID. Must not benull.name- Hold name. Must not benull.exportName- Export name. Must not benull.- Returns:
- builder for this class.
- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
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
-