Uses of Class
ai.vectros.types.UserExistsResponseStatus
Packages that use UserExistsResponseStatus
-
Uses of UserExistsResponseStatus in ai.vectros.types
Fields in ai.vectros.types declared as UserExistsResponseStatusModifier and TypeFieldDescriptionstatic final UserExistsResponseStatusUserExistsResponseStatus.ACTIVEstatic final UserExistsResponseStatusUserExistsResponseStatus.PENDINGstatic final UserExistsResponseStatusUserExistsResponseStatus.SUSPENDEDMethods in ai.vectros.types that return UserExistsResponseStatusMethods in ai.vectros.types that return types with arguments of type UserExistsResponseStatusMethods in ai.vectros.types with parameters of type UserExistsResponseStatusModifier and TypeMethodDescriptionUserExistsResponse._FinalStage.status(UserExistsResponseStatus status) UserExistsResponse.Builder.status(UserExistsResponseStatus status) The matching user's lifecycle status.Method parameters in ai.vectros.types with type arguments of type UserExistsResponseStatusModifier and TypeMethodDescriptionUserExistsResponse._FinalStage.status(Optional<UserExistsResponseStatus> status) The matching user's lifecycle status.UserExistsResponse.Builder.status(Optional<UserExistsResponseStatus> status) The matching user's lifecycle status.