Uses of Class
com.vortexsoftware.sdk.types.InvitationResult
Packages that use InvitationResult
Package
Description
Vortex Java SDK for invitation management and JWT generation.
-
Uses of InvitationResult in com.vortexsoftware.sdk
Methods in com.vortexsoftware.sdk that return InvitationResultModifier and TypeMethodDescriptionVortexClient.acceptInvitations(List<String> invitationIds, AcceptUser user) Accept multiple invitations using the new User format (preferred)VortexClient.acceptInvitations(List<String> invitationIds, InvitationTarget target) Deprecated.VortexClient.acceptInvitations(List<String> invitationIds, List<InvitationTarget> targets) Deprecated.UseVortexClient.acceptInvitations(List, AcceptUser)instead and call once per user.VortexClient.getInvitation(String invitationId) Get a specific invitation by IDReinvite a user (send invitation again)Methods in com.vortexsoftware.sdk that return types with arguments of type InvitationResultModifier and TypeMethodDescriptionVortexClient.getInvitationsByGroup(String groupType, String groupId) Get all invitations for a specific groupVortexClient.getInvitationsByTarget(String targetType, String targetValue) Get invitations by target (email, username, phoneNumber) -
Uses of InvitationResult in com.vortexsoftware.sdk.types
Methods in com.vortexsoftware.sdk.types that return types with arguments of type InvitationResultMethod parameters in com.vortexsoftware.sdk.types with type arguments of type InvitationResultModifier and TypeMethodDescriptionvoidInvitationResponse.setInvitations(List<InvitationResult> invitations) Constructor parameters in com.vortexsoftware.sdk.types with type arguments of type InvitationResult
VortexClient.acceptInvitations(List, AcceptUser)instead.