Uses of Class
io.constructor.client.UserInfo
-
Uses of UserInfo in io.constructor.client
Modifier and TypeMethodDescriptionConstructorIO.autocomplete
(AutocompleteRequest req, UserInfo userInfo) Queries the autocomplete service.ConstructorIO.autocompleteAsJSON
(AutocompleteRequest req, UserInfo userInfo) Queries the autocomplete service.ConstructorIO.browse
(BrowseRequest req, UserInfo userInfo) Queries the browse service.void
ConstructorIO.browse
(BrowseRequest req, UserInfo userInfo, BrowseCallback c) Queries the browse service.ConstructorIO.browseAsJSON
(BrowseRequest req, UserInfo userInfo) Queries the browse service.ConstructorIO.browseItems
(BrowseItemsRequest req, UserInfo userInfo) Queries the browse service with item id's.void
ConstructorIO.browseItems
(BrowseItemsRequest req, UserInfo userInfo, BrowseCallback c) Queries the browse service with item id's.ConstructorIO.browseItemsAsJSON
(BrowseItemsRequest req, UserInfo userInfo) Queries the browse service with item id's.ConstructorIO.naturalLanguageSearch
(NaturalLanguageSearchRequest req, UserInfo userInfo) Queries the search service with natural language processing.ConstructorIO.naturalLanguageSearchAsJSON
(NaturalLanguageSearchRequest req, UserInfo userInfo) Queries the search service with natural language processing.ConstructorIO.quizNextQuestion
(QuizRequest req, UserInfo userInfo) Queries the quiz service for a quiz questionConstructorIO.quizNextQuestionAsJson
(QuizRequest req, UserInfo userInfo) Queries the quiz service for the a quiz questionConstructorIO.quizResults
(QuizRequest req, UserInfo userInfo) Queries the quiz service for the quiz resultsConstructorIO.quizResultsAsJson
(QuizRequest req, UserInfo userInfo) Queries the quiz service for the quiz resultsConstructorIO.quizResultsConfig
(QuizResultsConfigRequest req, UserInfo userInfo) Queries the quiz service for the quiz results page configurationsConstructorIO.quizResultsConfigAsJson
(QuizResultsConfigRequest req, UserInfo userInfo) Queries the quiz service for the quiz results configurationConstructorIO.recommendations
(RecommendationsRequest req, UserInfo userInfo) Queries the recommendations service to retrieve results.ConstructorIO.recommendationsAsJSON
(RecommendationsRequest req, UserInfo userInfo) Queries the recommendations service to retrieve results.ConstructorIO.search
(SearchRequest req, UserInfo userInfo) Queries the search service.void
ConstructorIO.search
(SearchRequest req, UserInfo userInfo, SearchCallback c) Queries the search service.ConstructorIO.searchAsJSON
(SearchRequest req, UserInfo userInfo) Queries the search service.