Package com.dropbox.core.v2.teamlog
Class FileRequestDeleteDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileRequestDeleteDetails
Delete file request.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelete file request.FileRequestDeleteDetails(String fileRequestId, FileRequestDetails previousDetails) Delete file request. -
Method Summary
-
Field Details
-
fileRequestId
-
previousDetails
-
-
Constructor Details
-
FileRequestDeleteDetails
public FileRequestDeleteDetails(@Nullable String fileRequestId, @Nullable FileRequestDetails previousDetails) Delete 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.
-
FileRequestDeleteDetails
public FileRequestDeleteDetails()Delete 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
-