Uses of Class
ai.vectros.types.UserExistsResponse
Packages that use UserExistsResponse
-
Uses of UserExistsResponse in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity that return UserExistsResponseModifier and TypeMethodDescriptionIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.Methods in ai.vectros.resources.identity that return types with arguments of type UserExistsResponseModifier and TypeMethodDescriptionAsyncIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup. -
Uses of UserExistsResponse in ai.vectros.types
Methods in ai.vectros.types that return UserExistsResponseModifier and TypeMethodDescriptionUserExistsResponse._FinalStage.build()UserExistsResponse.Builder.build()Methods in ai.vectros.types with parameters of type UserExistsResponseModifier and TypeMethodDescriptionUserExistsResponse.Builder.from(UserExistsResponse other) UserExistsResponse.ExistsStage.from(UserExistsResponse other)