Package com.dropbox.core.v2.teamlog
Class SignSignatureRequestOpenedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SignSignatureRequestOpenedDetails
Opened signature request.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSignSignatureRequestOpenedDetails(String recipient, String fileName) Opened signature request. -
Method Summary
-
Field Details
-
recipient
-
fileName
-
-
Constructor Details
-
SignSignatureRequestOpenedDetails
Opened signature request.- Parameters:
recipient- The recipient of the signature request. Must not benull.fileName- The name of the related file. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getRecipient
The recipient of the signature request.- Returns:
- value for this field, never
null.
-
getFileName
The name of the related file.- Returns:
- value for this field, never
null.
-
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
-