Package com.dropbox.core.v2.teamlog
Class FileRequestCloseDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileRequestCloseDetails
Closed file request.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClosed file request.FileRequestCloseDetails(String fileRequestId, FileRequestDetails previousDetails) Closed file request. -
Method Summary
-
Field Details
-
fileRequestId
-
previousDetails
-
-
Constructor Details
-
FileRequestCloseDetails
public FileRequestCloseDetails(@Nullable String fileRequestId, @Nullable FileRequestDetails previousDetails) Closed file request.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
fileRequestId- File request id. Might be missing due to historical data gap. Must have length of at least 1 and match pattern "[-_0-9a-zA-Z]+".previousDetails- Previous file request details. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
FileRequestCloseDetails
public FileRequestCloseDetails()Closed file request.The default values for unset fields will be used.
-
-
Method Details
-
getFileRequestId
File request id. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getPreviousDetails
Previous file request details. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
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
-