public class SteamCommunityService extends SteamWebApiInterface
VERSION_1, VERSION_2, VERSION_3
Constructor and Description |
---|
SteamCommunityService(SteamWebApiClient client)
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<SteamCommunityApp>> |
getApps(Collection<Integer> appIds)
Returns a list of apps retrieved from the community service interface.
|
CompletableFuture<List<SteamCommunityApp>> |
getApps(Integer... appIds) |
getSteamResult
asCollectionOf, asListOf, builder, configureBuilder, fromJson, fromJson, handleError, sendRequest
public SteamCommunityService(SteamWebApiClient client)
Default Constructor
client
- A SteamWebApiClient
instancepublic CompletableFuture<List<SteamCommunityApp>> getApps(Integer... appIds)
public CompletableFuture<List<SteamCommunityApp>> getApps(Collection<Integer> appIds)
appIds
- A collection of steam app idsCompletableFuture
objectCopyright © 2016–2024. All rights reserved.