Package com.dropbox.core.v2.paper
Class InviteeInfoWithPermissionLevel
java.lang.Object
com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InviteeInfoprotected final PaperDocPermissionLevel -
Constructor Summary
ConstructorsConstructorDescriptionInviteeInfoWithPermissionLevel(InviteeInfo invitee, PaperDocPermissionLevel permissionLevel) -
Method Summary
-
Field Details
-
invitee
-
permissionLevel
-
-
Constructor Details
-
InviteeInfoWithPermissionLevel
public InviteeInfoWithPermissionLevel(@Nonnull InviteeInfo invitee, @Nonnull PaperDocPermissionLevel permissionLevel) - Parameters:
invitee- Email address invited to the Paper doc. Must not benull.permissionLevel- Permission level for the invitee. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getInvitee
Email address invited to the Paper doc.- Returns:
- value for this field, never
null.
-
getPermissionLevel
Permission level for the invitee.- 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
-