Package com.loop54
Interface ILoop54Client
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
Loop54Client
-
Method Summary
Modifier and TypeMethodDescriptionautoComplete(AutoCompleteRequest request) autoComplete(RequestContainer<AutoCompleteRequest> request) autoCompleteAsync(AutoCompleteRequest request) createEvents(CreateEventsRequest request) createEvents(RequestContainer<CreateEventsRequest> request) createEventsAsync(CreateEventsRequest request) customCall(String name, Request request) customCall(String name, RequestContainer<Request> request) customCallAsync(String name, Request request) customCallAsync(String name, RequestContainer<Request> request) getEntities(GetEntitiesRequest request) getEntities(RequestContainer<GetEntitiesRequest> request) getEntitiesAsync(GetEntitiesRequest request) search(SearchRequest request) search(RequestContainer<SearchRequest> request) searchAsync(SearchRequest request) searchAsync(RequestContainer<SearchRequest> request) sync()sync(RequestContainer<Request> request) syncAsync(RequestContainer<Request> request)
-
Method Details
-
autoComplete
- Throws:
Loop54Exception
-
autoComplete
AutoCompleteResponse autoComplete(RequestContainer<AutoCompleteRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
autoCompleteAsync
-
autoCompleteAsync
CompletableFuture<AutoCompleteResponse> autoCompleteAsync(RequestContainer<AutoCompleteRequest> request) -
search
- Throws:
Loop54Exception
-
search
- Throws:
Loop54Exception
-
searchAsync
-
searchAsync
-
getEntities
- Throws:
Loop54Exception
-
getEntities
GetEntitiesResponse getEntities(RequestContainer<GetEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getEntitiesAsync
-
getEntitiesAsync
CompletableFuture<GetEntitiesResponse> getEntitiesAsync(RequestContainer<GetEntitiesRequest> request) -
getEntitiesByAttribute
GetEntitiesByAttributeResponse getEntitiesByAttribute(GetEntitiesByAttributeRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getEntitiesByAttribute
GetEntitiesByAttributeResponse getEntitiesByAttribute(RequestContainer<GetEntitiesByAttributeRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getEntitiesByAttributeAsync
CompletableFuture<GetEntitiesByAttributeResponse> getEntitiesByAttributeAsync(GetEntitiesByAttributeRequest request) -
getEntitiesByAttributeAsync
CompletableFuture<GetEntitiesByAttributeResponse> getEntitiesByAttributeAsync(RequestContainer<GetEntitiesByAttributeRequest> request) -
getRelatedEntities
GetRelatedEntitiesResponse getRelatedEntities(GetRelatedEntitiesRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getRelatedEntities
GetRelatedEntitiesResponse getRelatedEntities(RequestContainer<GetRelatedEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getRelatedEntitiesAsync
CompletableFuture<GetRelatedEntitiesResponse> getRelatedEntitiesAsync(GetRelatedEntitiesRequest request) -
getRelatedEntitiesAsync
CompletableFuture<GetRelatedEntitiesResponse> getRelatedEntitiesAsync(RequestContainer<GetRelatedEntitiesRequest> request) -
getComplementaryEntities
GetComplementaryEntitiesResponse getComplementaryEntities(GetComplementaryEntitiesRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getComplementaryEntities
GetComplementaryEntitiesResponse getComplementaryEntities(RequestContainer<GetComplementaryEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getComplementaryEntitiesAsync
CompletableFuture<GetComplementaryEntitiesResponse> getComplementaryEntitiesAsync(GetComplementaryEntitiesRequest request) -
getComplementaryEntitiesAsync
CompletableFuture<GetComplementaryEntitiesResponse> getComplementaryEntitiesAsync(RequestContainer<GetComplementaryEntitiesRequest> request) -
getBasketRecommendations
GetBasketRecommendationsResponse getBasketRecommendations(GetBasketRecommendationsRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getBasketRecommendations
GetBasketRecommendationsResponse getBasketRecommendations(RequestContainer<GetBasketRecommendationsRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getBasketRecommendationsAsync
CompletableFuture<GetBasketRecommendationsResponse> getBasketRecommendationsAsync(GetBasketRecommendationsRequest request) -
getBasketRecommendationsAsync
CompletableFuture<GetBasketRecommendationsResponse> getBasketRecommendationsAsync(RequestContainer<GetBasketRecommendationsRequest> request) -
getRecommendedEntities
GetRecommendedEntitiesResponse getRecommendedEntities(GetRecommendedEntitiesRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getRecommendedEntities
GetRecommendedEntitiesResponse getRecommendedEntities(RequestContainer<GetRecommendedEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getRecommendedEntitiesAsync
CompletableFuture<GetRecommendedEntitiesResponse> getRecommendedEntitiesAsync(GetRecommendedEntitiesRequest request) -
getRecommendedEntitiesAsync
CompletableFuture<GetRecommendedEntitiesResponse> getRecommendedEntitiesAsync(RequestContainer<GetRecommendedEntitiesRequest> request) -
getPopularEntities
GetPopularEntitiesResponse getPopularEntities(GetPopularEntitiesRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getPopularEntities
GetPopularEntitiesResponse getPopularEntities(RequestContainer<GetPopularEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getPopularEntitiesAsync
CompletableFuture<GetPopularEntitiesResponse> getPopularEntitiesAsync(GetPopularEntitiesRequest request) -
getPopularEntitiesAsync
CompletableFuture<GetPopularEntitiesResponse> getPopularEntitiesAsync(RequestContainer<GetPopularEntitiesRequest> request) -
getRecentEntities
GetRecentEntitiesResponse getRecentEntities(GetRecentEntitiesRequest request) throws Loop54Exception - Throws:
Loop54Exception
-
getRecentEntities
GetRecentEntitiesResponse getRecentEntities(RequestContainer<GetRecentEntitiesRequest> request) throws Loop54Exception - Throws:
Loop54Exception
-
getRecentEntitiesAsync
CompletableFuture<GetRecentEntitiesResponse> getRecentEntitiesAsync(GetRecentEntitiesRequest request) -
getRecentEntitiesAsync
CompletableFuture<GetRecentEntitiesResponse> getRecentEntitiesAsync(RequestContainer<GetRecentEntitiesRequest> request) -
sync
- Throws:
Loop54Exception
-
sync
- Throws:
Loop54Exception
-
sync
- Throws:
Loop54Exception
-
syncAsync
CompletableFuture<Response> syncAsync() -
syncAsync
-
syncAsync
-
createEvents
- Throws:
Loop54Exception
-
createEvents
- Throws:
Loop54Exception
-
createEventsAsync
-
createEventsAsync
-
customCall
- Throws:
Loop54Exception
-
customCall
- Throws:
Loop54Exception
-
customCallAsync
-
customCallAsync
-