Uses of Class
com.github.jamesnetherton.zulip.client.api.invitation.request.SendInvitationsApiRequest
Packages that use SendInvitationsApiRequest
Package
Description
-
Uses of SendInvitationsApiRequest in com.github.jamesnetherton.zulip.client.api.invitation
Methods in com.github.jamesnetherton.zulip.client.api.invitation that return SendInvitationsApiRequestModifier and TypeMethodDescriptionInvitationService.sendInvitations
(List<String> inviteeEmails, List<Long> streamIds) Send invitations to specified email addresses. -
Uses of SendInvitationsApiRequest in com.github.jamesnetherton.zulip.client.api.invitation.request
Methods in com.github.jamesnetherton.zulip.client.api.invitation.request that return SendInvitationsApiRequestModifier and TypeMethodDescriptionSendInvitationsApiRequest.inviteExpiresInMinutes
(int minutes) Sets the number of minutes before the invitation will expire.SendInvitationsApiRequest.withIncludeRealmDefaultSubscriptions
(boolean includeRealmDefaultSubscriptions) Sets whether the newly created user should be subscribed to the default channels for the organization.SendInvitationsApiRequest.withInviteAs
(UserRole role) Sets the organization level role of the user that is created when the invitation is accepted.SendInvitationsApiRequest.withNotifyReferrerOnJoin
(boolean notifyReferrerOnJoin) Sets whether the referrer would like to receive a direct message from notification bot when a user account is created.