public class RecombeeClient
extends java.lang.Object
Constructor and Description |
---|
RecombeeClient(java.lang.String databaseId,
java.lang.String token) |
public RecombeeClient(java.lang.String databaseId, java.lang.String token)
public NetworkApplicationProtocol getDefaultProtocol()
public RecombeeClient setDefaultProtocol(NetworkApplicationProtocol defaultProtocol)
public RecombeeClient setBaseUri(java.lang.String baseUri)
public RecombeeClient setRegion(Region region)
public PropertyInfo send(GetItemPropertyInfo request) throws ApiException
ApiException
public PropertyInfo[] send(ListItemProperties request) throws ApiException
ApiException
public UpdateMoreItemsResponse send(UpdateMoreItems request) throws ApiException
ApiException
public DeleteMoreItemsResponse send(DeleteMoreItems request) throws ApiException
ApiException
public Series[] send(ListSeries request) throws ApiException
ApiException
public SeriesItem[] send(ListSeriesItems request) throws ApiException
ApiException
public Group[] send(ListGroups request) throws ApiException
ApiException
public GroupItem[] send(ListGroupItems request) throws ApiException
ApiException
public PropertyInfo send(GetUserPropertyInfo request) throws ApiException
ApiException
public PropertyInfo[] send(ListUserProperties request) throws ApiException
ApiException
public DetailView[] send(ListItemDetailViews request) throws ApiException
ApiException
public DetailView[] send(ListUserDetailViews request) throws ApiException
ApiException
public Purchase[] send(ListItemPurchases request) throws ApiException
ApiException
public Purchase[] send(ListUserPurchases request) throws ApiException
ApiException
public Rating[] send(ListItemRatings request) throws ApiException
ApiException
public Rating[] send(ListUserRatings request) throws ApiException
ApiException
public CartAddition[] send(ListItemCartAdditions request) throws ApiException
ApiException
public CartAddition[] send(ListUserCartAdditions request) throws ApiException
ApiException
public Bookmark[] send(ListItemBookmarks request) throws ApiException
ApiException
public Bookmark[] send(ListUserBookmarks request) throws ApiException
ApiException
public ViewPortion[] send(ListItemViewPortions request) throws ApiException
ApiException
public ViewPortion[] send(ListUserViewPortions request) throws ApiException
ApiException
public RecommendationResponse send(RecommendItemsToUser request) throws ApiException
ApiException
public RecommendationResponse send(RecommendItemsToItem request) throws ApiException
ApiException
public RecommendationResponse send(RecommendNextItems request) throws ApiException
ApiException
public RecommendationResponse send(RecommendUsersToUser request) throws ApiException
ApiException
public RecommendationResponse send(RecommendUsersToItem request) throws ApiException
ApiException
public SearchResponse send(SearchItems request) throws ApiException
ApiException
public SearchSynonym send(AddSearchSynonym request) throws ApiException
ApiException
public ListSearchSynonymsResponse send(ListSearchSynonyms request) throws ApiException
ApiException
public BatchResponse[] send(Batch batchRequest) throws ApiException
ApiException
public java.util.Map<java.lang.String,java.lang.Object> send(GetItemValues request) throws ApiException
ApiException
public java.util.Map<java.lang.String,java.lang.Object> send(GetUserValues request) throws ApiException
ApiException
public Item[] send(ListItems request) throws ApiException
ApiException
public User[] send(ListUsers request) throws ApiException
ApiException
public java.lang.String send(Request request) throws ApiException
ApiException