Package com.dropbox.core.v2.teamlog
Class SendAndTrackLinkViewedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SendAndTrackLinkViewedDetails
Send and Track Link Visited.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final LinkSettingsLogInfo -
Constructor Summary
ConstructorsConstructorDescriptionSendAndTrackLinkViewedDetails(LinkSettingsLogInfo linkSettings) Send and Track Link Visited.SendAndTrackLinkViewedDetails(LinkSettingsLogInfo linkSettings, String emailAddress, String linkOwner) Send and Track Link Visited. -
Method Summary
Modifier and TypeMethodDescriptionbooleanVisitor Email address.Link Owner.Link Settings.inthashCode()newBuilder(LinkSettingsLogInfo linkSettings) 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
-
linkSettings
-
emailAddress
-
linkOwner
-
-
Constructor Details
-
SendAndTrackLinkViewedDetails
public SendAndTrackLinkViewedDetails(@Nonnull LinkSettingsLogInfo linkSettings, @Nullable String emailAddress, @Nullable String linkOwner) Send and Track Link Visited.Use
newBuilder(com.dropbox.core.v2.teamlog.LinkSettingsLogInfo)to create instances of this class without specifying values for all optional fields.- Parameters:
linkSettings- Link Settings. Must not benull.emailAddress- Visitor Email address.linkOwner- Link Owner.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SendAndTrackLinkViewedDetails
Send and Track Link Visited.The default values for unset fields will be used.
- Parameters:
linkSettings- Link Settings. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getLinkSettings
Link Settings.- Returns:
- value for this field, never
null.
-
getEmailAddress
Visitor Email address.- Returns:
- value for this field, or
nullif not present.
-
getLinkOwner
Link Owner.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Parameters:
linkSettings- Link Settings. 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
-