Uses of Class
com.github.jamesnetherton.zulip.client.api.invitation.request.CreateReusableInvitationLinkApiRequest
Packages that use CreateReusableInvitationLinkApiRequest
Package
Description
-
Uses of CreateReusableInvitationLinkApiRequest in com.github.jamesnetherton.zulip.client.api.invitation
Methods in com.github.jamesnetherton.zulip.client.api.invitation that return CreateReusableInvitationLinkApiRequestModifier and TypeMethodDescriptionInvitationService.createReusableInvitationLink()
Creates a new invitation link. -
Uses of CreateReusableInvitationLinkApiRequest in com.github.jamesnetherton.zulip.client.api.invitation.request
Methods in com.github.jamesnetherton.zulip.client.api.invitation.request that return CreateReusableInvitationLinkApiRequestModifier and TypeMethodDescriptionCreateReusableInvitationLinkApiRequest.inviteExpiresInMinutes
(int minutes) Sets the number of minutes before the invitation will expire.CreateReusableInvitationLinkApiRequest.streamIds
(long... streamIds) Sets the list of channel ids that the newly created user will be automatically subscribed to.CreateReusableInvitationLinkApiRequest.withGroupIds
(long... groupIds) Sets the ids of groups that the user should be added to upon accepting the invitation.CreateReusableInvitationLinkApiRequest.withIncludeRealmDefaultSubscriptions
(boolean includeRealmDefaultSubscriptions) Sets whether the newly created user should be subscribed to the default channels for the organization.CreateReusableInvitationLinkApiRequest.withInviteAs
(UserRole role) Sets the organization level role of the user that is created when the invitation is accepted.