Uses of Class
com.vortexsoftware.sdk.types.InvitationTarget
Packages that use InvitationTarget
Package
Description
Vortex Java SDK for invitation management and JWT generation.
-
Uses of InvitationTarget in com.vortexsoftware.sdk
Methods in com.vortexsoftware.sdk with parameters of type InvitationTargetModifier and TypeMethodDescriptionVortexClient.acceptInvitations(List<String> invitationIds, InvitationTarget target) Accept multiple invitations for a target -
Uses of InvitationTarget in com.vortexsoftware.sdk.types
Methods in com.vortexsoftware.sdk.types that return InvitationTargetMethods in com.vortexsoftware.sdk.types that return types with arguments of type InvitationTargetMethods in com.vortexsoftware.sdk.types with parameters of type InvitationTargetModifier and TypeMethodDescriptionvoidAcceptInvitationRequest.setTarget(InvitationTarget target) Method parameters in com.vortexsoftware.sdk.types with type arguments of type InvitationTargetConstructors in com.vortexsoftware.sdk.types with parameters of type InvitationTargetModifierConstructorDescriptionAcceptInvitationRequest(List<String> invitationIds, InvitationTarget target)