Package ai.vectros.types
Class CreateInviteResponse
java.lang.Object
ai.vectros.types.CreateInviteResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateInviteResponse.Builderbuilder()booleaninthashCode()toString()
-
Method Details
-
getUserId
- Returns:
- Server-generated identifier of the invited user. Stable for the life of the user, including after they accept and become active.
-
getInviteExpiresAt
- Returns:
- When the invitation token expires, as an ISO-8601 UTC timestamp. Accept requests made after this time are rejected.
-
getEmailSent
- Returns:
- Whether the invitation email was sent. True only when you requested delivery (
sendEmailtrue) and the send succeeded.
-
getInviteToken
- Returns:
- The raw invitation token. Returned only when you set
sendEmailto false. Treat it as a sensitive credential: anyone holding the token can accept the invitation.
-
getAcceptLink
- Returns:
- A ready-to-use accept link (your
acceptUrlwith the token appended as atquery parameter). Returned only when you setsendEmailto false, so you do not have to build the URL yourself when sending your own email.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-