Package com.vortexsoftware.sdk.types
Class Inviter
java.lang.Object
com.vortexsoftware.sdk.types.Inviter
Information about the user creating the invitation (the inviter).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAvatarUrl(String avatarUrl) voidvoidsetUserEmail(String userEmail) void
-
Constructor Details
-
Inviter
public Inviter() -
Inviter
- Parameters:
userId- Required: Your internal user ID for the inviter
-
Inviter
- Parameters:
userId- Required: Your internal user ID for the inviteruserEmail- Optional: Email of the invitername- Optional: Display name of the inviteravatarUrl- Optional: Avatar URL of the inviter
-
-
Method Details
-
getUserId
-
setUserId
-
getUserEmail
-
setUserEmail
-
getName
-
setName
-
getAvatarUrl
-
setAvatarUrl
-