Uses of Class
com.vortexsoftware.sdk.VortexException
Packages that use VortexException
Package
Description
Vortex Java SDK for invitation management and JWT generation.
-
Uses of VortexException in com.vortexsoftware.sdk
Methods in com.vortexsoftware.sdk that throw VortexExceptionModifier and TypeMethodDescriptionVortexClient.acceptInvitations(List<String> invitationIds, InvitationTarget target) Accept multiple invitations for a targetvoidVortexClient.deleteInvitationsByGroup(String groupType, String groupId) Delete all invitations for a specific groupVortexClient.generateJwt(Map<String, Object> params) Generate a JWT using the same algorithm as the Node.js SDKVortexClient.getInvitation(String invitationId) Get a specific invitation by IDVortexClient.getInvitationsByGroup(String groupType, String groupId) Get all invitations for a specific groupVortexClient.getInvitationsByTarget(String targetType, String targetValue) Get invitations by target (email, username, phoneNumber)Reinvite a user (send invitation again)voidVortexClient.revokeInvitation(String invitationId) Revoke (delete) an invitation