Uses of Class
ai.vectros.types.UserResponse.Builder
Packages that use UserResponse.Builder
-
Uses of UserResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return UserResponse.BuilderModifier and TypeMethodDescriptionUserResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) UserResponse.Builder.additionalProperty(String key, Object value) static UserResponse.BuilderUserResponse.builder()Whether this call created a new user.When the user was created, as an ISO-8601 UTC timestamp.The user's email address.UserResponse.Builder.externalId(String externalId) UserResponse.Builder.externalId(Optional<String> externalId) Your own identifier for this user, supplied when the user was created.UserResponse.Builder.externalSubject(String externalSubject) UserResponse.Builder.externalSubject(Optional<String> externalSubject) The user's identifier in your own authentication system (for example, a Cognito sub or Auth0 user ID).UserResponse.Builder.from(UserResponse other) The Vectros-assigned UUID for this user.Arbitrary key-value attributes stored on this user.The ID of the record schema that governs this user's payload validation and lookup indexing, or null if the user is not bound to a schema.UserResponse.Builder.schemaVersion(Integer schemaVersion) UserResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the governing schema captured at the time this user was last written.UserResponse.Builder.status(UserResponseStatus status) UserResponse.Builder.status(Optional<UserResponseStatus> status) The user's lifecycle status.UserResponse.Builder.type(UserResponseType type) UserResponse.Builder.type(Optional<UserResponseType> type) The kind of user:HUMANfor a real person, orSERVICEfor a bot, agent, or automated integration.