Package com.dropbox.core.v2.teamlog
Class TeamInviteDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamInviteDetails
Details about team invites
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTeamInviteDetails(InviteMethod inviteMethod) Details about team invitesTeamInviteDetails(InviteMethod inviteMethod, Boolean additionalLicensePurchase) Details about team invites -
Method Summary
-
Field Details
-
inviteMethod
-
additionalLicensePurchase
-
-
Constructor Details
-
TeamInviteDetails
public TeamInviteDetails(@Nonnull InviteMethod inviteMethod, @Nullable Boolean additionalLicensePurchase) Details about team invites- Parameters:
inviteMethod- How the user was invited to the team. Must not benull.additionalLicensePurchase- True if the invitation incurred an additional license purchase.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
TeamInviteDetails
Details about team invitesThe default values for unset fields will be used.
- Parameters:
inviteMethod- How the user was invited to the team. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getInviteMethod
How the user was invited to the team.- Returns:
- value for this field, never
null.
-
getAdditionalLicensePurchase
True if the invitation incurred an additional license purchase.- Returns:
- value for this field, or
nullif not present.
-
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
-