Package com.dropbox.core.v2.teamlog
Class CreateTeamInviteLinkDetails
java.lang.Object
com.dropbox.core.v2.teamlog.CreateTeamInviteLinkDetails
Created team invite link.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateTeamInviteLinkDetails(String linkUrl, String expiryDate) Created team invite link. -
Method Summary
-
Field Details
-
linkUrl
-
expiryDate
-
-
Constructor Details
-
CreateTeamInviteLinkDetails
Created team invite link.- Parameters:
linkUrl- The invite link url that was created. Must not benull.expiryDate- The expiration date of the invite link. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getLinkUrl
The invite link url that was created.- Returns:
- value for this field, never
null.
-
getExpiryDate
The expiration date of the invite link.- 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
-