Uses of Class
com.vortexsoftware.sdk.types.AcceptUser
Packages that use AcceptUser
Package
Description
Vortex Java SDK for invitation management and JWT generation.
-
Uses of AcceptUser in com.vortexsoftware.sdk
Methods in com.vortexsoftware.sdk with parameters of type AcceptUserModifier and TypeMethodDescriptionVortexClient.acceptInvitations(List<String> invitationIds, AcceptUser user) Accept multiple invitations using the new User format (preferred) -
Uses of AcceptUser in com.vortexsoftware.sdk.types
Methods in com.vortexsoftware.sdk.types that return AcceptUserMethods in com.vortexsoftware.sdk.types with parameters of type AcceptUserConstructors in com.vortexsoftware.sdk.types with parameters of type AcceptUserModifierConstructorDescriptionAcceptInvitationRequest(List<String> invitationIds, AcceptUser user) Create request with new User format (preferred)