Uses of Class
ai.vectros.types.CreateInviteRequest
Packages that use CreateInviteRequest
-
Uses of CreateInviteRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type CreateInviteRequestModifier and TypeMethodDescriptionAsyncAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AsyncAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AsyncRawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.AuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.RawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AsyncAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AsyncAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.AuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context. -
Uses of CreateInviteRequest in ai.vectros.types
Methods in ai.vectros.types that return CreateInviteRequestModifier and TypeMethodDescriptionCreateInviteRequest._FinalStage.build()CreateInviteRequest.Builder.build()Methods in ai.vectros.types with parameters of type CreateInviteRequestModifier and TypeMethodDescriptionCreateInviteRequest.Builder.from(CreateInviteRequest other) CreateInviteRequest.EmailStage.from(CreateInviteRequest other)