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.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.acceptInvitations(List<String> invitationIds, InvitationTarget target) Accept multiple invitations for a targetVortexClient.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