Uses of Class
com.algolia.search.models.mcm.UserId
-
Packages that use UserId Package Description com.algolia.search com.algolia.search.models.mcm -
-
Uses of UserId in com.algolia.search
Methods in com.algolia.search that return UserId Modifier and Type Method Description default UserIdSearchClientMcm. getUserID(String userID)Returns the userID data stored in the mapping.default UserIdSearchClientMcm. getUserID(String userID, RequestOptions requestOptions)Returns the userID data stored in the mapping.Methods in com.algolia.search that return types with arguments of type UserId Modifier and Type Method Description default CompletableFuture<UserId>SearchClientMcm. getUserIDAsync(String userID)Returns the userID data stored in the mapping.default CompletableFuture<UserId>SearchClientMcm. getUserIDAsync(String userID, RequestOptions requestOptions)Returns the userID data stored in the mapping.default SearchResult<UserId>SearchClientMcm. searchUserIDs(SearchUserIdsRequest query)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterdefault SearchResult<UserId>SearchClientMcm. searchUserIDs(SearchUserIdsRequest query, RequestOptions requestOptions)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterdefault CompletableFuture<SearchResult<UserId>>SearchClientMcm. searchUserIDsAsync(SearchUserIdsRequest query)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different clusterdefault CompletableFuture<SearchResult<UserId>>SearchClientMcm. searchUserIDsAsync(SearchUserIdsRequest query, RequestOptions requestOptions)Search for userIDs The data returned will usually be a few seconds behind real-time, because userID usage may take up to a few seconds propagate to the different cluster -
Uses of UserId in com.algolia.search.models.mcm
Methods in com.algolia.search.models.mcm that return UserId Modifier and Type Method Description UserIdUserId. setClusterName(String clusterName)UserIdUserId. setDataSize(Integer dataSize)UserIdUserId. setNbRecords(Integer nbRecords)UserIdUserId. setUserID(String userID)Methods in com.algolia.search.models.mcm that return types with arguments of type UserId Modifier and Type Method Description HashMap<String,List<UserId>>TopUserIdResponse. getTopUsers()List<UserId>ListUserIdsResponse. getUserIDs()Method parameters in com.algolia.search.models.mcm with type arguments of type UserId Modifier and Type Method Description TopUserIdResponseTopUserIdResponse. setTopUsers(HashMap<String,List<UserId>> topUsers)ListUserIdsResponseListUserIdsResponse. setUserIDs(List<UserId> userIDs)
-