- abGroup - Variable in class com.recombee.api_client.bindings.RecommendationResponse
-
Name of AB-testing group to which the request belongs if there is a custom AB-testing running.
- AddBookmark - Class in com.recombee.api_client.api_requests
-
Adds a bookmark of a given item made by a given user.
- AddBookmark(String, String) - Constructor for class com.recombee.api_client.api_requests.AddBookmark
-
Construct the request
- AddCartAddition - Class in com.recombee.api_client.api_requests
-
Adds a cart addition of a given item made by a given user.
- AddCartAddition(String, String) - Constructor for class com.recombee.api_client.api_requests.AddCartAddition
-
Construct the request
- AddDetailView - Class in com.recombee.api_client.api_requests
-
Adds a detail view of a given item made by a given user.
- AddDetailView(String, String) - Constructor for class com.recombee.api_client.api_requests.AddDetailView
-
Construct the request
- AddGroup - Class in com.recombee.api_client.api_requests
-
Creates new group in the database.
- AddGroup(String) - Constructor for class com.recombee.api_client.api_requests.AddGroup
-
Construct the request
- AddItem - Class in com.recombee.api_client.api_requests
-
Adds new item of given `itemId` to the items catalog.
- AddItem(String) - Constructor for class com.recombee.api_client.api_requests.AddItem
-
Construct the request
- AddItemProperty - Class in com.recombee.api_client.api_requests
-
Adding an item property is somehow equivalent to adding a column to the table of items.
- AddItemProperty(String, String) - Constructor for class com.recombee.api_client.api_requests.AddItemProperty
-
Construct the request
- additionalData - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.api_requests.AddRating
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.Bookmark
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.CartAddition
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.DetailView
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.Purchase
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.Rating
-
A dictionary of additional data for the interaction.
- additionalData - Variable in class com.recombee.api_client.bindings.ViewPortion
-
A dictionary of additional data for the interaction.
- AddPurchase - Class in com.recombee.api_client.api_requests
-
Adds a purchase of a given item made by a given user.
- AddPurchase(String, String) - Constructor for class com.recombee.api_client.api_requests.AddPurchase
-
Construct the request
- AddRating - Class in com.recombee.api_client.api_requests
-
Adds a rating of given item made by a given user.
- AddRating(String, String, double) - Constructor for class com.recombee.api_client.api_requests.AddRating
-
Construct the request
- AddSearchSynonym - Class in com.recombee.api_client.api_requests
-
Adds a new synonym for the [Search items](https://docs.recombee.com/api.html#search-items).
- AddSearchSynonym(String, String) - Constructor for class com.recombee.api_client.api_requests.AddSearchSynonym
-
Construct the request
- AddSeries - Class in com.recombee.api_client.api_requests
-
Creates new series in the database.
- AddSeries(String) - Constructor for class com.recombee.api_client.api_requests.AddSeries
-
Construct the request
- AddUser - Class in com.recombee.api_client.api_requests
-
Adds a new user to the database.
- AddUser(String) - Constructor for class com.recombee.api_client.api_requests.AddUser
-
Construct the request
- AddUserProperty - Class in com.recombee.api_client.api_requests
-
Adding an user property is somehow equivalent to adding a column to the table of users.
- AddUserProperty(String, String) - Constructor for class com.recombee.api_client.api_requests.AddUserProperty
-
Construct the request
- amount - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
Amount (number) added to cart.
- amount - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
Amount (number) of purchased items.
- amount - Variable in class com.recombee.api_client.bindings.CartAddition
-
Amount (number) added to cart.
- amount - Variable in class com.recombee.api_client.bindings.Purchase
-
Amount (number) of purchased items.
- ApiException - Exception in com.recombee.api_client.exceptions
-
Base class for exceptions that occur because of errors in requests reported by API or because of a timeout
- ApiException(String) - Constructor for exception com.recombee.api_client.exceptions.ApiException
-
- ApiTimeoutException - Exception in com.recombee.api_client.exceptions
-
Exception thrown when a request is not processed within the timeout
- ApiTimeoutException(Request) - Constructor for exception com.recombee.api_client.exceptions.ApiTimeoutException
-
- CartAddition - Class in com.recombee.api_client.bindings
-
- CartAddition() - Constructor for class com.recombee.api_client.bindings.CartAddition
-
- CartAddition(String, String) - Constructor for class com.recombee.api_client.bindings.CartAddition
-
- CartAddition(String, String, Date, double, double, String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.CartAddition
-
- CartAddition(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.CartAddition
-
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
Sets whether the given user/item should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
Sets whether the given user/item should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
Sets whether the given user/item should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
Sets whether the given user/item should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.AddRating
-
Sets whether the given user/item should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.InsertToGroup
-
Indicates that any non-existing entity specified within the request should be created (as is corresponding PUT requests were invoked).
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.InsertToSeries
-
Indicates that any non-existing entity specified within the request should be created (as is corresponding PUT requests were invoked).
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.MergeUsers
-
Sets whether the user *targetUserId* should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
If item of given *itemId* or user of given *targetUserId* doesn't exist in the database, it creates the missing entity/entities and returns some (non-personalized) recommendations.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
If the user does not exist in the database, returns a list of non-personalized recommendations and creates the user in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
If item of given *itemId* doesn't exist in the database, it creates the missing item.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
If the user does not exist in the database, returns a list of non-personalized recommendations and creates the user in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.SearchItems
-
If the user does not exist in the database, returns a list of non-personalized search results and creates the user in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.SetValues
-
Sets whether the entity should be created if not present in the database.
- cascadeCreate - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
Sets whether the given user/item should be created if not present in the database.
- changes - Variable in class com.recombee.api_client.api_requests.UpdateMoreItems
-
A dictionary where the keys are properties which shall be updated.
- com.recombee.api_client - package com.recombee.api_client
-
- com.recombee.api_client.api_requests - package com.recombee.api_client.api_requests
-
- com.recombee.api_client.bindings - package com.recombee.api_client.bindings
-
- com.recombee.api_client.exceptions - package com.recombee.api_client.exceptions
-
- com.recombee.api_client.util - package com.recombee.api_client.util
-
- count - Variable in class com.recombee.api_client.api_requests.ListItems
-
The number of items to be listed.
- count - Variable in class com.recombee.api_client.api_requests.ListSearchSynonyms
-
The number of synonyms to be listed.
- count - Variable in class com.recombee.api_client.api_requests.ListUsers
-
The number of users to be listed.
- count - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
Number of items to be recommended (N for the top-N recommendation).
- count - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
Number of items to be recommended (N for the top-N recommendation).
- count - Variable in class com.recombee.api_client.api_requests.RecommendNextItems
-
Number of items to be recommended
- count - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
Number of items to be recommended (N for the top-N recommendation).
- count - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
Number of users to be recommended (N for the top-N recommendation).
- count - Variable in class com.recombee.api_client.api_requests.SearchItems
-
Number of items to be returned (N for the top-N results).
- count - Variable in class com.recombee.api_client.bindings.DeleteMoreItemsResponse
-
Number of deleted items
- count - Variable in class com.recombee.api_client.bindings.UpdateMoreItemsResponse
-
Number of updated items
- DeleteAllSearchSynonyms - Class in com.recombee.api_client.api_requests
-
Deletes all synonyms defined in the database.
- DeleteAllSearchSynonyms() - Constructor for class com.recombee.api_client.api_requests.DeleteAllSearchSynonyms
-
Construct the request
- DeleteBookmark - Class in com.recombee.api_client.api_requests
-
Deletes a bookmark uniquely specified by `userId`, `itemId`, and `timestamp` or all the bookmarks with given `userId` and `itemId` if `timestamp` is omitted.
- DeleteBookmark(String, String) - Constructor for class com.recombee.api_client.api_requests.DeleteBookmark
-
Construct the request
- DeleteCartAddition - Class in com.recombee.api_client.api_requests
-
Deletes an existing cart addition uniquely specified by `userId`, `itemId`, and `timestamp` or all the cart additions with given `userId` and `itemId` if `timestamp` is omitted.
- DeleteCartAddition(String, String) - Constructor for class com.recombee.api_client.api_requests.DeleteCartAddition
-
Construct the request
- DeleteDetailView - Class in com.recombee.api_client.api_requests
-
Deletes an existing detail view uniquely specified by (`userId`, `itemId`, and `timestamp`) or all the detail views with given `userId` and `itemId` if `timestamp` is omitted.
- DeleteDetailView(String, String) - Constructor for class com.recombee.api_client.api_requests.DeleteDetailView
-
Construct the request
- DeleteGroup - Class in com.recombee.api_client.api_requests
-
Deletes the group of given `groupId` from the database.
- DeleteGroup(String) - Constructor for class com.recombee.api_client.api_requests.DeleteGroup
-
Construct the request
- DeleteItem - Class in com.recombee.api_client.api_requests
-
Deletes an item of given `itemId` from the catalog.
- DeleteItem(String) - Constructor for class com.recombee.api_client.api_requests.DeleteItem
-
Construct the request
- DeleteItemProperty - Class in com.recombee.api_client.api_requests
-
Deleting an item property is roughly equivalent to removing a column from the table of items.
- DeleteItemProperty(String) - Constructor for class com.recombee.api_client.api_requests.DeleteItemProperty
-
Construct the request
- DeleteMoreItems - Class in com.recombee.api_client.api_requests
-
Delete all the items that pass the filter.
- DeleteMoreItems(String) - Constructor for class com.recombee.api_client.api_requests.DeleteMoreItems
-
Construct the request
- DeleteMoreItemsResponse - Class in com.recombee.api_client.bindings
-
- DeleteMoreItemsResponse() - Constructor for class com.recombee.api_client.bindings.DeleteMoreItemsResponse
-
- DeleteMoreItemsResponse(long, String[]) - Constructor for class com.recombee.api_client.bindings.DeleteMoreItemsResponse
-
- DeleteMoreItemsResponse(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.DeleteMoreItemsResponse
-
- DeletePurchase - Class in com.recombee.api_client.api_requests
-
Deletes an existing purchase uniquely specified by `userId`, `itemId`, and `timestamp` or all the purchases with given `userId` and `itemId` if `timestamp` is omitted.
- DeletePurchase(String, String) - Constructor for class com.recombee.api_client.api_requests.DeletePurchase
-
Construct the request
- DeleteRating - Class in com.recombee.api_client.api_requests
-
Deletes an existing rating specified by (`userId`, `itemId`, `timestamp`) from the database or all the ratings with given `userId` and `itemId` if `timestamp` is omitted.
- DeleteRating(String, String) - Constructor for class com.recombee.api_client.api_requests.DeleteRating
-
Construct the request
- DeleteSearchSynonym - Class in com.recombee.api_client.api_requests
-
Deletes synonym of given `id` and this synonym is no longer taken into account in the [Search items](https://docs.recombee.com/api.html#search-items).
- DeleteSearchSynonym(String) - Constructor for class com.recombee.api_client.api_requests.DeleteSearchSynonym
-
Construct the request
- DeleteSeries - Class in com.recombee.api_client.api_requests
-
Deletes the series of given `seriesId` from the database.
- DeleteSeries(String) - Constructor for class com.recombee.api_client.api_requests.DeleteSeries
-
Construct the request
- DeleteUser - Class in com.recombee.api_client.api_requests
-
Deletes a user of given *userId* from the database.
- DeleteUser(String) - Constructor for class com.recombee.api_client.api_requests.DeleteUser
-
Construct the request
- DeleteUserProperty - Class in com.recombee.api_client.api_requests
-
Deleting an user property is roughly equivalent to removing a column from the table of users.
- DeleteUserProperty(String) - Constructor for class com.recombee.api_client.api_requests.DeleteUserProperty
-
Construct the request
- DeleteViewPortion - Class in com.recombee.api_client.api_requests
-
Deletes an existing view portion specified by (`userId`, `itemId`, `sessionId`) from the database.
- DeleteViewPortion(String, String) - Constructor for class com.recombee.api_client.api_requests.DeleteViewPortion
-
Construct the request
- DetailView - Class in com.recombee.api_client.bindings
-
- DetailView() - Constructor for class com.recombee.api_client.bindings.DetailView
-
- DetailView(String, String) - Constructor for class com.recombee.api_client.bindings.DetailView
-
- DetailView(String, String, Date, long, String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.DetailView
-
- DetailView(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.DetailView
-
- distinctRecomms - Variable in class com.recombee.api_client.api_requests.Batch
-
- diversity - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
**Expert option** Real number from [0.0, 1.0] which determines how much mutually dissimilar should the recommended items be.
- diversity - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
**Expert option** Real number from [0.0, 1.0] which determines how much mutually dissimilar should the recommended items be.
- diversity - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
**Expert option** Real number from [0.0, 1.0] which determines how much mutually dissimilar should the recommended items be.
- diversity - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
**Expert option** Real number from [0.0, 1.0] which determines how much mutually dissimilar should the recommended users be.
- duration - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
Duration of the view
- duration - Variable in class com.recombee.api_client.bindings.DetailView
-
Duration of the view
- id - Variable in class com.recombee.api_client.api_requests.DeleteSearchSynonym
-
ID of the synonym that should be deleted.
- id - Variable in class com.recombee.api_client.bindings.Recommendation
-
Id of the recommended item
- id - Variable in class com.recombee.api_client.bindings.SearchSynonym
-
Id of the synonym record
- includedProperties - Variable in class com.recombee.api_client.api_requests.ListItems
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.ListUsers
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- includedProperties - Variable in class com.recombee.api_client.api_requests.SearchItems
-
Allows to specify, which properties should be returned when `returnProperties=true` is set.
- InsertToGroup - Class in com.recombee.api_client.api_requests
-
Inserts an existing item/group into group of given `groupId`.
- InsertToGroup(String, String, String) - Constructor for class com.recombee.api_client.api_requests.InsertToGroup
-
Construct the request
- InsertToSeries - Class in com.recombee.api_client.api_requests
-
Inserts an existing item/series into series of given seriesId at position determined by time.
- InsertToSeries(String, String, String, double) - Constructor for class com.recombee.api_client.api_requests.InsertToSeries
-
Construct the request
- isSuccessful() - Method in class com.recombee.api_client.bindings.BatchResponse
-
- Item - Class in com.recombee.api_client.bindings
-
- Item() - Constructor for class com.recombee.api_client.bindings.Item
-
- Item(String) - Constructor for class com.recombee.api_client.bindings.Item
-
- Item(String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Item
-
- itemId - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
Bookmarked item
- itemId - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
Item added to the cart
- itemId - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
Viewed item
- itemId - Variable in class com.recombee.api_client.api_requests.AddItem
-
ID of the item to be created.
- itemId - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
Purchased item
- itemId - Variable in class com.recombee.api_client.api_requests.AddRating
-
Rated item
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteBookmark
-
ID of the item of which was bookmarked.
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteCartAddition
-
ID of the item of which was added to cart.
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteDetailView
-
ID of the item of which the details were viewed.
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteItem
-
ID of the item to be deleted.
- itemId - Variable in class com.recombee.api_client.api_requests.DeletePurchase
-
ID of the item of which was purchased.
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteRating
-
ID of the item which was rated.
- itemId - Variable in class com.recombee.api_client.api_requests.DeleteViewPortion
-
ID of the item which was rated.
- itemId - Variable in class com.recombee.api_client.api_requests.GetItemValues
-
ID of the item properties of which are to be obtained.
- itemId - Variable in class com.recombee.api_client.api_requests.InsertToGroup
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.api_requests.InsertToSeries
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemBookmarks
-
ID of the item of which the bookmarks are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemCartAdditions
-
ID of the item of which the cart addition are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemDetailViews
-
ID of the item of which the detail views are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemPurchases
-
ID of the item of which the pucrhases are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemRatings
-
ID of the item of which the ratings are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.ListItemViewPortions
-
ID of the item of which the view portions are to be listed.
- itemId - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
ID of the item for which the recommendations are to be generated.
- itemId - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
ID of the item for which the recommendations are to be generated.
- itemId - Variable in class com.recombee.api_client.api_requests.RemoveFromGroup
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.api_requests.RemoveFromSeries
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.api_requests.SetItemValues
-
ID of the item which will be modified.
- itemId - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
Viewed item
- itemId - Variable in class com.recombee.api_client.bindings.Bookmark
-
Bookmarked item
- itemId - Variable in class com.recombee.api_client.bindings.CartAddition
-
Item added to the cart
- itemId - Variable in class com.recombee.api_client.bindings.DetailView
-
Viewed item
- itemId - Variable in class com.recombee.api_client.bindings.GroupItem
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.bindings.Item
-
Id of the item
- itemId - Variable in class com.recombee.api_client.bindings.Purchase
-
Purchased item
- itemId - Variable in class com.recombee.api_client.bindings.Rating
-
Rated item
- itemId - Variable in class com.recombee.api_client.bindings.SeriesItem
-
ID of the item iff `itemType` is `item`.
- itemId - Variable in class com.recombee.api_client.bindings.ViewPortion
-
Viewed item
- itemIds - Variable in class com.recombee.api_client.bindings.DeleteMoreItemsResponse
-
IDs of deleted items
- itemIds - Variable in class com.recombee.api_client.bindings.UpdateMoreItemsResponse
-
IDs of updated items
- itemType - Variable in class com.recombee.api_client.api_requests.InsertToGroup
-
`item` iff the regular item from the catalog is to be inserted, `group` iff group is inserted as the item.
- itemType - Variable in class com.recombee.api_client.api_requests.InsertToSeries
-
`item` iff the regular item from the catalog is to be inserted, `series` iff series is inserted as the item.
- itemType - Variable in class com.recombee.api_client.api_requests.RemoveFromGroup
-
Type of the item to be removed.
- itemType - Variable in class com.recombee.api_client.api_requests.RemoveFromSeries
-
Type of the item to be removed.
- itemType - Variable in class com.recombee.api_client.bindings.GroupItem
-
`item` iff the regular item from the catalog is to be inserted, `group` iff group is inserted as the item.
- itemType - Variable in class com.recombee.api_client.bindings.SeriesItem
-
`item` iff the regular item from the catalog is to be inserted, `series` iff series is inserted as the item.
- iterator() - Method in class com.recombee.api_client.bindings.RecommendationResponse
-
- ListGroupItems - Class in com.recombee.api_client.api_requests
-
List all the items present in the given group.
- ListGroupItems(String) - Constructor for class com.recombee.api_client.api_requests.ListGroupItems
-
Construct the request
- ListGroups - Class in com.recombee.api_client.api_requests
-
Gets the list of all the groups currently present in the database.
- ListGroups() - Constructor for class com.recombee.api_client.api_requests.ListGroups
-
Construct the request
- ListItemBookmarks - Class in com.recombee.api_client.api_requests
-
List all the ever-made bookmarks of a given item.
- ListItemBookmarks(String) - Constructor for class com.recombee.api_client.api_requests.ListItemBookmarks
-
Construct the request
- ListItemCartAdditions - Class in com.recombee.api_client.api_requests
-
List all the ever-made cart addition of a given item.
- ListItemCartAdditions(String) - Constructor for class com.recombee.api_client.api_requests.ListItemCartAdditions
-
Construct the request
- ListItemDetailViews - Class in com.recombee.api_client.api_requests
-
List all the detail views of a given item ever made by different users.
- ListItemDetailViews(String) - Constructor for class com.recombee.api_client.api_requests.ListItemDetailViews
-
Construct the request
- ListItemProperties - Class in com.recombee.api_client.api_requests
-
Gets the list of all the item properties in your database.
- ListItemProperties() - Constructor for class com.recombee.api_client.api_requests.ListItemProperties
-
Construct the request
- ListItemPurchases - Class in com.recombee.api_client.api_requests
-
List all the ever-made purchases of a given item.
- ListItemPurchases(String) - Constructor for class com.recombee.api_client.api_requests.ListItemPurchases
-
Construct the request
- ListItemRatings - Class in com.recombee.api_client.api_requests
-
List all the ratings of an item ever submitted by different users.
- ListItemRatings(String) - Constructor for class com.recombee.api_client.api_requests.ListItemRatings
-
Construct the request
- ListItems - Class in com.recombee.api_client.api_requests
-
Gets a list of IDs of items currently present in the catalog.
- ListItems() - Constructor for class com.recombee.api_client.api_requests.ListItems
-
Construct the request
- ListItemViewPortions - Class in com.recombee.api_client.api_requests
-
List all the view portions of an item ever submitted by different users.
- ListItemViewPortions(String) - Constructor for class com.recombee.api_client.api_requests.ListItemViewPortions
-
Construct the request
- ListSearchSynonyms - Class in com.recombee.api_client.api_requests
-
Gives the list of synonyms defined in the database.
- ListSearchSynonyms() - Constructor for class com.recombee.api_client.api_requests.ListSearchSynonyms
-
Construct the request
- ListSearchSynonymsResponse - Class in com.recombee.api_client.bindings
-
- ListSearchSynonymsResponse() - Constructor for class com.recombee.api_client.bindings.ListSearchSynonymsResponse
-
- ListSearchSynonymsResponse(SearchSynonym[]) - Constructor for class com.recombee.api_client.bindings.ListSearchSynonymsResponse
-
- ListSearchSynonymsResponse(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.ListSearchSynonymsResponse
-
- ListSeries - Class in com.recombee.api_client.api_requests
-
Gets the list of all the series currently present in the database.
- ListSeries() - Constructor for class com.recombee.api_client.api_requests.ListSeries
-
Construct the request
- ListSeriesItems - Class in com.recombee.api_client.api_requests
-
List all the items present in the given series, sorted according to their time index values.
- ListSeriesItems(String) - Constructor for class com.recombee.api_client.api_requests.ListSeriesItems
-
Construct the request
- ListUserBookmarks - Class in com.recombee.api_client.api_requests
-
List all the bookmarks ever made by a given user.
- ListUserBookmarks(String) - Constructor for class com.recombee.api_client.api_requests.ListUserBookmarks
-
Construct the request
- ListUserCartAdditions - Class in com.recombee.api_client.api_requests
-
List all the cart additions ever made by a given user.
- ListUserCartAdditions(String) - Constructor for class com.recombee.api_client.api_requests.ListUserCartAdditions
-
Construct the request
- ListUserDetailViews - Class in com.recombee.api_client.api_requests
-
Lists all the detail views of different items ever made by a given user.
- ListUserDetailViews(String) - Constructor for class com.recombee.api_client.api_requests.ListUserDetailViews
-
Construct the request
- ListUserProperties - Class in com.recombee.api_client.api_requests
-
Gets the list of all the user properties in your database.
- ListUserProperties() - Constructor for class com.recombee.api_client.api_requests.ListUserProperties
-
Construct the request
- ListUserPurchases - Class in com.recombee.api_client.api_requests
-
List all the purchases ever made by a given user.
- ListUserPurchases(String) - Constructor for class com.recombee.api_client.api_requests.ListUserPurchases
-
Construct the request
- ListUserRatings - Class in com.recombee.api_client.api_requests
-
List all the ratings ever submitted by a given user.
- ListUserRatings(String) - Constructor for class com.recombee.api_client.api_requests.ListUserRatings
-
Construct the request
- ListUsers - Class in com.recombee.api_client.api_requests
-
Gets a list of IDs of users currently present in the catalog.
- ListUsers() - Constructor for class com.recombee.api_client.api_requests.ListUsers
-
Construct the request
- ListUserViewPortions - Class in com.recombee.api_client.api_requests
-
List all the view portions ever submitted by a given user.
- ListUserViewPortions(String) - Constructor for class com.recombee.api_client.api_requests.ListUserViewPortions
-
Construct the request
- logic - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
Logic specifies particular behavior of the recommendation models.
- logic - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
Logic specifies particular behavior of the recommendation models.
- logic - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
Logic specifies particular behavior of the recommendation models.
- logic - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
Logic specifies particular behavior of the recommendation models.
- logic - Variable in class com.recombee.api_client.api_requests.SearchItems
-
Logic specifies particular behavior of the recommendation models.
- Logic - Class in com.recombee.api_client.bindings
-
- Logic() - Constructor for class com.recombee.api_client.bindings.Logic
-
- Logic(String) - Constructor for class com.recombee.api_client.bindings.Logic
-
- Logic(String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Logic
-
- Logic(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Logic
-
- rating - Variable in class com.recombee.api_client.api_requests.AddRating
-
Rating rescaled to interval [-1.0,1.0], where -1.0 means the worst rating possible, 0.0 means neutral, and 1.0 means absolutely positive rating.
- Rating - Class in com.recombee.api_client.bindings
-
- Rating() - Constructor for class com.recombee.api_client.bindings.Rating
-
- Rating(String, String, double) - Constructor for class com.recombee.api_client.bindings.Rating
-
- Rating(String, String, Date, double, String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Rating
-
- Rating(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Rating
-
- rating - Variable in class com.recombee.api_client.bindings.Rating
-
Rating rescaled to interval [-1.0,1.0], where -1.0 means the worst rating possible, 0.0 means neutral, and 1.0 means absolutely positive rating.
- RecombeeBinding - Class in com.recombee.api_client.bindings
-
Base class for all the custom bindings
- RecombeeBinding() - Constructor for class com.recombee.api_client.bindings.RecombeeBinding
-
- RecombeeClient - Class in com.recombee.api_client
-
Client for sending requests to Recombee and getting replies
- RecombeeClient(String, String) - Constructor for class com.recombee.api_client.RecombeeClient
-
- Recommendation - Class in com.recombee.api_client.bindings
-
- Recommendation() - Constructor for class com.recombee.api_client.bindings.Recommendation
-
- Recommendation(String) - Constructor for class com.recombee.api_client.bindings.Recommendation
-
- Recommendation(String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Recommendation
-
- RecommendationResponse - Class in com.recombee.api_client.bindings
-
- RecommendationResponse() - Constructor for class com.recombee.api_client.bindings.RecommendationResponse
-
- RecommendationResponse(String, Recommendation[]) - Constructor for class com.recombee.api_client.bindings.RecommendationResponse
-
- RecommendationResponse(String, Recommendation[], int) - Constructor for class com.recombee.api_client.bindings.RecommendationResponse
-
- RecommendationResponse(String, Recommendation[], String) - Constructor for class com.recombee.api_client.bindings.RecommendationResponse
-
- RecommendationResponse(String, Recommendation[], int, String) - Constructor for class com.recombee.api_client.bindings.RecommendationResponse
-
- RecommendItemsToItem - Class in com.recombee.api_client.api_requests
-
Recommends set of items that are somehow related to one given item, *X*.
- RecommendItemsToItem(String, String, long) - Constructor for class com.recombee.api_client.api_requests.RecommendItemsToItem
-
Construct the request
- RecommendItemsToUser - Class in com.recombee.api_client.api_requests
-
Based on user's past interactions (purchases, ratings, etc.) with the items, recommends top-N items that are most likely to be of high value for a given user.
- RecommendItemsToUser(String, long) - Constructor for class com.recombee.api_client.api_requests.RecommendItemsToUser
-
Construct the request
- RecommendNextItems - Class in com.recombee.api_client.api_requests
-
Returns items that shall be shown to a user as next recommendations when the user e.g.
- RecommendNextItems(String, long) - Constructor for class com.recombee.api_client.api_requests.RecommendNextItems
-
Construct the request
- RecommendUsersToItem - Class in com.recombee.api_client.api_requests
-
Recommend users that are likely to be interested in a given item.
- RecommendUsersToItem(String, long) - Constructor for class com.recombee.api_client.api_requests.RecommendUsersToItem
-
Construct the request
- RecommendUsersToUser - Class in com.recombee.api_client.api_requests
-
Get similar users as some given user, based on the user's past interactions (purchases, ratings, etc.) and values of properties.
- RecommendUsersToUser(String, long) - Constructor for class com.recombee.api_client.api_requests.RecommendUsersToUser
-
Construct the request
- recommId - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
If this bookmark is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
If this cart addition is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
If this detail view is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
If this purchase is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.api_requests.AddRating
-
If this rating is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.api_requests.RecommendNextItems
-
ID of the base recommendation request for which next recommendations should be returned
- recommId - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
If this view portion is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.Bookmark
-
If this bookmark is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.CartAddition
-
If this cart addition is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.DetailView
-
If this detail view is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.Purchase
-
If this purchase is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.Rating
-
If this rating is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recommId - Variable in class com.recombee.api_client.bindings.RecommendationResponse
-
Id of the recommendation request
- recommId - Variable in class com.recombee.api_client.bindings.ViewPortion
-
If this view portion is based on a recommendation request, `recommId` is the id of the clicked recommendation.
- recomms - Variable in class com.recombee.api_client.bindings.RecommendationResponse
-
Obtained recommendations
- Region - Enum in com.recombee.api_client.util
-
Region of the Recombee cluster
- RemoveFromGroup - Class in com.recombee.api_client.api_requests
-
Removes an existing group item from the group.
- RemoveFromGroup(String, String, String) - Constructor for class com.recombee.api_client.api_requests.RemoveFromGroup
-
Construct the request
- RemoveFromSeries - Class in com.recombee.api_client.api_requests
-
Removes an existing series item from the series.
- RemoveFromSeries(String, String, String, double) - Constructor for class com.recombee.api_client.api_requests.RemoveFromSeries
-
Construct the request
- Request - Class in com.recombee.api_client.api_requests
-
Base class for all the requests
- Request() - Constructor for class com.recombee.api_client.api_requests.Request
-
- requests - Variable in class com.recombee.api_client.api_requests.Batch
-
Requests contained in the batch
- requestToBatchMap(Request) - Method in class com.recombee.api_client.api_requests.Batch
-
- ResetDatabase - Class in com.recombee.api_client.api_requests
-
Completely erases all your data, including items, item properties, series, user database, purchases, ratings, detail views, and bookmarks.
- ResetDatabase() - Constructor for class com.recombee.api_client.api_requests.ResetDatabase
-
Construct the request
- ResponseException - Exception in com.recombee.api_client.exceptions
-
Exception thrown when a request did not succeed (did not return 200 or 201)
- ResponseException(Request, int, String) - Constructor for exception com.recombee.api_client.exceptions.ResponseException
-
- returnAbGroup - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
If there is a custom AB-testing running, return name of group to which the request belongs.
- returnAbGroup - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
If there is a custom AB-testing running, return name of group to which the request belongs.
- returnAbGroup - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
If there is a custom AB-testing running, return name of group to which the request belongs.
- returnAbGroup - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
If there is a custom AB-testing running, return name of group to which the request belongs.
- returnAbGroup - Variable in class com.recombee.api_client.api_requests.SearchItems
-
If there is a custom AB-testing running, return name of group to which the request belongs.
- returnProperties - Variable in class com.recombee.api_client.api_requests.ListItems
-
With `returnProperties=true`, property values of the listed items are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.ListUsers
-
With `returnProperties=true`, property values of the listed users are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
With `returnProperties=true`, property values of the recommended items are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
With `returnProperties=true`, property values of the recommended items are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
With `returnProperties=true`, property values of the recommended users are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
With `returnProperties=true`, property values of the recommended users are returned along with their IDs in a JSON dictionary.
- returnProperties - Variable in class com.recombee.api_client.api_requests.SearchItems
-
With `returnProperties=true`, property values of the recommended items are returned along with their IDs in a JSON dictionary.
- rotationRate - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
**Expert option** If the *targetUserId* is provided: If your users browse the system in real-time, it may easily happen that you wish to offer them recommendations multiple times.
- rotationRate - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
**Expert option** If your users browse the system in real-time, it may easily happen that you wish to offer them recommendations multiple times.
- rotationRate - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
**Expert option** If your users browse the system in real-time, it may easily happen that you wish to offer them recommendations multiple times.
- rotationTime - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
**Expert option** If the *targetUserId* is provided: Taking *rotationRate* into account, specifies how long time it takes to an item to recover from the penalization.
- rotationTime - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
**Expert option** Taking *rotationRate* into account, specifies how long time it takes to an item to recover from the penalization.
- rotationTime - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
**Expert option** Taking *rotationRate* into account, specifies how long time it takes to an user to recover from the penalization.
- scenario - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
Scenario defines a particular application of recommendations.
- scenario - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
Scenario defines a particular application of recommendations.
- scenario - Variable in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
Scenario defines a particular application of recommendations.
- scenario - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
Scenario defines a particular application of recommendations.
- scenario - Variable in class com.recombee.api_client.api_requests.SearchItems
-
Scenario defines a particular search field in your user interface.
- SearchItems - Class in com.recombee.api_client.api_requests
-
Full-text personalized search.
- SearchItems(String, String, long) - Constructor for class com.recombee.api_client.api_requests.SearchItems
-
Construct the request
- searchQuery - Variable in class com.recombee.api_client.api_requests.SearchItems
-
Search query provided by the user.
- SearchResponse - Class in com.recombee.api_client.bindings
-
- SearchResponse() - Constructor for class com.recombee.api_client.bindings.SearchResponse
-
- SearchSynonym - Class in com.recombee.api_client.bindings
-
- SearchSynonym() - Constructor for class com.recombee.api_client.bindings.SearchSynonym
-
- SearchSynonym(String, String, String, boolean) - Constructor for class com.recombee.api_client.bindings.SearchSynonym
-
- SearchSynonym(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.SearchSynonym
-
- send(GetItemPropertyInfo) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemProperties) - Method in class com.recombee.api_client.RecombeeClient
-
- send(UpdateMoreItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(DeleteMoreItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListSeries) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListSeriesItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListGroups) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListGroupItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(GetUserPropertyInfo) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserProperties) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemDetailViews) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserDetailViews) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemPurchases) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserPurchases) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemRatings) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserRatings) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemCartAdditions) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserCartAdditions) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemBookmarks) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserBookmarks) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItemViewPortions) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUserViewPortions) - Method in class com.recombee.api_client.RecombeeClient
-
- send(RecommendItemsToUser) - Method in class com.recombee.api_client.RecombeeClient
-
- send(RecommendItemsToItem) - Method in class com.recombee.api_client.RecombeeClient
-
- send(RecommendNextItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(RecommendUsersToUser) - Method in class com.recombee.api_client.RecombeeClient
-
- send(RecommendUsersToItem) - Method in class com.recombee.api_client.RecombeeClient
-
- send(SearchItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(AddSearchSynonym) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListSearchSynonyms) - Method in class com.recombee.api_client.RecombeeClient
-
- send(Batch) - Method in class com.recombee.api_client.RecombeeClient
-
- send(GetItemValues) - Method in class com.recombee.api_client.RecombeeClient
-
- send(GetUserValues) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListItems) - Method in class com.recombee.api_client.RecombeeClient
-
- send(ListUsers) - Method in class com.recombee.api_client.RecombeeClient
-
- send(Request) - Method in class com.recombee.api_client.RecombeeClient
-
- Series - Class in com.recombee.api_client.bindings
-
- Series() - Constructor for class com.recombee.api_client.bindings.Series
-
- Series(String) - Constructor for class com.recombee.api_client.bindings.Series
-
- Series(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.Series
-
- seriesId - Variable in class com.recombee.api_client.api_requests.AddSeries
-
ID of the series to be created.
- seriesId - Variable in class com.recombee.api_client.api_requests.DeleteSeries
-
ID of the series to be deleted.
- seriesId - Variable in class com.recombee.api_client.api_requests.InsertToSeries
-
ID of the series to be inserted into.
- seriesId - Variable in class com.recombee.api_client.api_requests.ListSeriesItems
-
ID of the series items of which are to be listed.
- seriesId - Variable in class com.recombee.api_client.api_requests.RemoveFromSeries
-
ID of the series from which a series item is to be removed.
- seriesId - Variable in class com.recombee.api_client.bindings.Series
-
Id of the series
- SeriesItem - Class in com.recombee.api_client.bindings
-
- SeriesItem() - Constructor for class com.recombee.api_client.bindings.SeriesItem
-
- SeriesItem(String, String, double) - Constructor for class com.recombee.api_client.bindings.SeriesItem
-
- SeriesItem(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.SeriesItem
-
- sessionId - Variable in class com.recombee.api_client.api_requests.DeleteViewPortion
-
Identifier of a session.
- sessionId - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
ID of session in which the user viewed the item.
- sessionId - Variable in class com.recombee.api_client.bindings.ViewPortion
-
ID of session in which the user viewed the item.
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.AddBookmark
-
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.AddDetailView
-
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.AddRating
-
- setAdditionalData(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.SetViewPortion
-
- setAmount(double) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setAmount(double) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setBaseUri(String) - Method in class com.recombee.api_client.RecombeeClient
-
- setBooster(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setBooster(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setBooster(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setBooster(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setBooster(String) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.AddBookmark
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.AddDetailView
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.AddRating
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.InsertToGroup
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.InsertToSeries
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.MergeUsers
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.SetItemValues
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.SetUserValues
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.SetValues
-
- setCascadeCreate(boolean) - Method in class com.recombee.api_client.api_requests.SetViewPortion
-
- setCount(long) - Method in class com.recombee.api_client.api_requests.ListItems
-
- setCount(long) - Method in class com.recombee.api_client.api_requests.ListSearchSynonyms
-
- setCount(long) - Method in class com.recombee.api_client.api_requests.ListUsers
-
- setDefaultProtocol(NetworkApplicationProtocol) - Method in class com.recombee.api_client.RecombeeClient
-
- setDistinctRecomms(boolean) - Method in class com.recombee.api_client.api_requests.Batch
-
- setDiversity(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setDiversity(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setDiversity(double) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setDiversity(double) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setDuration(long) - Method in class com.recombee.api_client.api_requests.AddDetailView
-
- setExpertSettings(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setExpertSettings(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setExpertSettings(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setExpertSettings(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setExpertSettings(Map<String, Object>) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.ListItems
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.ListUsers
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setFilter(String) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.ListItems
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.ListUsers
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setIncludedProperties(String[]) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- SetItemValues - Class in com.recombee.api_client.api_requests
-
Set/update (some) property values of a given item.
- SetItemValues(String, Map<String, Object>) - Constructor for class com.recombee.api_client.api_requests.SetItemValues
-
Construct the request
- setLogic(Logic) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setLogic(Logic) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setLogic(Logic) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setLogic(Logic) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setLogic(Logic) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setMinRelevance(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setMinRelevance(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setMinRelevance(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setOffset(long) - Method in class com.recombee.api_client.api_requests.ListItems
-
- setOffset(long) - Method in class com.recombee.api_client.api_requests.ListSearchSynonyms
-
- setOffset(long) - Method in class com.recombee.api_client.api_requests.ListUsers
-
- setOneWay(boolean) - Method in class com.recombee.api_client.api_requests.AddSearchSynonym
-
- setPrice(double) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setPrice(double) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setProfit(double) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.AddBookmark
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.AddDetailView
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.AddRating
-
- setRecommId(String) - Method in class com.recombee.api_client.api_requests.SetViewPortion
-
- setRegion(Region) - Method in class com.recombee.api_client.RecombeeClient
-
- setReturnAbGroup(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setReturnAbGroup(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setReturnAbGroup(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setReturnAbGroup(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setReturnAbGroup(boolean) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.ListItems
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.ListUsers
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setReturnProperties(boolean) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setRotationRate(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setRotationRate(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setRotationRate(double) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setRotationTime(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setRotationTime(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setRotationTime(double) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setScenario(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- setScenario(String) - Method in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
- setScenario(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToItem
-
- setScenario(String) - Method in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
- setScenario(String) - Method in class com.recombee.api_client.api_requests.SearchItems
-
- setSessionId(String) - Method in class com.recombee.api_client.api_requests.DeleteViewPortion
-
- setSessionId(String) - Method in class com.recombee.api_client.api_requests.SetViewPortion
-
- setTimeout(long) - Method in class com.recombee.api_client.api_requests.Request
-
Sets request timeout
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.AddBookmark
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.AddCartAddition
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.AddDetailView
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.AddPurchase
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.AddRating
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.DeleteBookmark
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.DeleteCartAddition
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.DeleteDetailView
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.DeletePurchase
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.DeleteRating
-
- setTimestamp(Date) - Method in class com.recombee.api_client.api_requests.SetViewPortion
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.Bookmark
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.CartAddition
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.DetailView
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.Purchase
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.Rating
-
- setTimestamp(double) - Method in class com.recombee.api_client.bindings.ViewPortion
-
- settings - Variable in class com.recombee.api_client.bindings.Logic
-
Parameters passed to the logic
- setUserImpact(double) - Method in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
- SetUserValues - Class in com.recombee.api_client.api_requests
-
Set/update (some) property values of a given user.
- SetUserValues(String, Map<String, Object>) - Constructor for class com.recombee.api_client.api_requests.SetUserValues
-
Construct the request
- SetValues - Class in com.recombee.api_client.api_requests
-
Set/update (some) property values of an entity.
- SetValues(Map<String, Object>) - Constructor for class com.recombee.api_client.api_requests.SetValues
-
Construct the request
- SetViewPortion - Class in com.recombee.api_client.api_requests
-
Sets viewed portion of an item (for example a video or article) by a user (at a session).
- SetViewPortion(String, String, double) - Constructor for class com.recombee.api_client.api_requests.SetViewPortion
-
Construct the request
- sourceUserId - Variable in class com.recombee.api_client.api_requests.MergeUsers
-
ID of the source user.
- synonym - Variable in class com.recombee.api_client.api_requests.AddSearchSynonym
-
A word that should be considered equal to the `term` by the full-text search engine.
- synonym - Variable in class com.recombee.api_client.bindings.SearchSynonym
-
A word that should considered equal to `term` by the full-text search engine.
- synonyms - Variable in class com.recombee.api_client.bindings.ListSearchSynonymsResponse
-
Defined search synonyms.
- targetUserId - Variable in class com.recombee.api_client.api_requests.MergeUsers
-
ID of the targer user.
- targetUserId - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
ID of the user who will see the recommendations.
- term - Variable in class com.recombee.api_client.api_requests.AddSearchSynonym
-
A word to which the `synonym` is specified.
- term - Variable in class com.recombee.api_client.bindings.SearchSynonym
-
A word to which the `synonym` is specified.
- time - Variable in class com.recombee.api_client.api_requests.InsertToSeries
-
Time index used for sorting items in the series.
- time - Variable in class com.recombee.api_client.api_requests.RemoveFromSeries
-
Time index of the item to be removed.
- time - Variable in class com.recombee.api_client.bindings.SeriesItem
-
Time index used for sorting items in the series.
- timeout - Variable in class com.recombee.api_client.api_requests.Request
-
Timeout for the request in milliseconds
- timestamp - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
UTC timestamp of the bookmark as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
UTC timestamp of the cart addition as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
UTC timestamp of the view as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
UTC timestamp of the purchase as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.api_requests.AddRating
-
UTC timestamp of the rating as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.api_requests.DeleteBookmark
-
Unix timestamp of the bookmark.
- timestamp - Variable in class com.recombee.api_client.api_requests.DeleteCartAddition
-
Unix timestamp of the cart addition.
- timestamp - Variable in class com.recombee.api_client.api_requests.DeleteDetailView
-
Unix timestamp of the detail view.
- timestamp - Variable in class com.recombee.api_client.api_requests.DeletePurchase
-
Unix timestamp of the purchase.
- timestamp - Variable in class com.recombee.api_client.api_requests.DeleteRating
-
Unix timestamp of the rating.
- timestamp - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
UTC timestamp of the rating as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.Bookmark
-
UTC timestamp of the bookmark as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.CartAddition
-
UTC timestamp of the cart addition as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.DetailView
-
UTC timestamp of the view as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.Purchase
-
UTC timestamp of the purchase as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.Rating
-
UTC timestamp of the rating as ISO8601-1 pattern or UTC epoch time.
- timestamp - Variable in class com.recombee.api_client.bindings.ViewPortion
-
UTC timestamp of the rating as ISO8601-1 pattern or UTC epoch time.
- type - Variable in class com.recombee.api_client.api_requests.AddItemProperty
-
Value type of the item property to be created.
- type - Variable in class com.recombee.api_client.api_requests.AddUserProperty
-
Value type of the user property to be created.
- type - Variable in class com.recombee.api_client.bindings.PropertyInfo
-
Type of the property
- UpdateMoreItems - Class in com.recombee.api_client.api_requests
-
Update (some) property values of all the items that pass the filter.
- UpdateMoreItems(String, Map<String, Object>) - Constructor for class com.recombee.api_client.api_requests.UpdateMoreItems
-
Construct the request
- UpdateMoreItemsResponse - Class in com.recombee.api_client.bindings
-
- UpdateMoreItemsResponse() - Constructor for class com.recombee.api_client.bindings.UpdateMoreItemsResponse
-
- UpdateMoreItemsResponse(long, String[]) - Constructor for class com.recombee.api_client.bindings.UpdateMoreItemsResponse
-
- UpdateMoreItemsResponse(Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.UpdateMoreItemsResponse
-
- User - Class in com.recombee.api_client.bindings
-
- User() - Constructor for class com.recombee.api_client.bindings.User
-
- User(String) - Constructor for class com.recombee.api_client.bindings.User
-
- User(String, Map<String, Object>) - Constructor for class com.recombee.api_client.bindings.User
-
- userId - Variable in class com.recombee.api_client.api_requests.AddBookmark
-
User who bookmarked the item
- userId - Variable in class com.recombee.api_client.api_requests.AddCartAddition
-
User who added the item to the cart
- userId - Variable in class com.recombee.api_client.api_requests.AddDetailView
-
User who viewed the item
- userId - Variable in class com.recombee.api_client.api_requests.AddPurchase
-
User who purchased the item
- userId - Variable in class com.recombee.api_client.api_requests.AddRating
-
User who submitted the rating
- userId - Variable in class com.recombee.api_client.api_requests.AddUser
-
ID of the user to be added.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteBookmark
-
ID of the user who made the bookmark.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteCartAddition
-
ID of the user who made the cart addition.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteDetailView
-
ID of the user who made the detail view.
- userId - Variable in class com.recombee.api_client.api_requests.DeletePurchase
-
ID of the user who made the purchase.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteRating
-
ID of the user who rated the item.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteUser
-
ID of the user to be deleted.
- userId - Variable in class com.recombee.api_client.api_requests.DeleteViewPortion
-
ID of the user who rated the item.
- userId - Variable in class com.recombee.api_client.api_requests.GetUserValues
-
ID of the user properties of which are to be obtained.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserBookmarks
-
ID of the user whose bookmarks are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserCartAdditions
-
ID of the user whose cart additions are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserDetailViews
-
ID of the user whose detail views are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserPurchases
-
ID of the user whose purchases are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserRatings
-
ID of the user whose ratings are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.ListUserViewPortions
-
ID of the user whose view portions are to be listed.
- userId - Variable in class com.recombee.api_client.api_requests.RecommendItemsToUser
-
ID of the user for whom personalized recommendations are to be generated.
- userId - Variable in class com.recombee.api_client.api_requests.RecommendUsersToUser
-
User to whom we find similar users
- userId - Variable in class com.recombee.api_client.api_requests.SearchItems
-
ID of the user for whom personalized search will be performed.
- userId - Variable in class com.recombee.api_client.api_requests.SetUserValues
-
ID of the user which will be modified.
- userId - Variable in class com.recombee.api_client.api_requests.SetViewPortion
-
User who viewed a portion of the item
- userId - Variable in class com.recombee.api_client.bindings.Bookmark
-
User who bookmarked the item
- userId - Variable in class com.recombee.api_client.bindings.CartAddition
-
User who added the item to the cart
- userId - Variable in class com.recombee.api_client.bindings.DetailView
-
User who viewed the item
- userId - Variable in class com.recombee.api_client.bindings.Purchase
-
User who purchased the item
- userId - Variable in class com.recombee.api_client.bindings.Rating
-
User who submitted the rating
- userId - Variable in class com.recombee.api_client.bindings.User
-
Id of the user
- userId - Variable in class com.recombee.api_client.bindings.ViewPortion
-
User who viewed a portion of the item
- userImpact - Variable in class com.recombee.api_client.api_requests.RecommendItemsToItem
-
**Expert option** If *targetUserId* parameter is present, the recommendations are biased towards the given user.