Package com.dropbox.core.v2.teamlog
Class FileRequestAutoCloseDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileRequestAutoCloseDetails
Auto closed file request.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final FileRequestDetailsprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionAuto closed file request.FileRequestAutoCloseDetails(String fileRequestId, String reason, FileRequestDetails previousDetails) Auto closed file request. -
Method Summary
-
Field Details
-
fileRequestId
-
reason
-
previousDetails
-
-
Constructor Details
-
FileRequestAutoCloseDetails
public FileRequestAutoCloseDetails(@Nullable String fileRequestId, @Nullable String reason, @Nullable FileRequestDetails previousDetails) Auto 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]+".reason- Reason for the auto close.previousDetails- Previous file request details. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
FileRequestAutoCloseDetails
public FileRequestAutoCloseDetails()Auto 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.
-
getReason
Reason for the auto close.- 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
-