Class GamesClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.GamesClient
-
public class GamesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AvatarsClient>avatarsClientprotected java.util.function.Supplier<BuildsClient>buildsClientprotected java.util.function.Supplier<CdnClient>cdnClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<GamesClient>gamesClientprotected java.util.function.Supplier<MatchmakerClient>matchmakerClientprotected java.util.function.Supplier<NamespacesClient>namespacesClientprotected java.util.function.Supplier<TokensClient>tokensClientprotected java.util.function.Supplier<VersionsClient>versionsClient
-
Constructor Summary
Constructors Constructor Description GamesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvatarsClientavatars()BuildsClientbuilds()CdnClientcdn()GamesClientgames()MatchmakerClientmatchmaker()NamespacesClientnamespaces()TokensClienttokens()VersionsClientversions()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
namespacesClient
protected final java.util.function.Supplier<NamespacesClient> namespacesClient
-
avatarsClient
protected final java.util.function.Supplier<AvatarsClient> avatarsClient
-
buildsClient
protected final java.util.function.Supplier<BuildsClient> buildsClient
-
cdnClient
protected final java.util.function.Supplier<CdnClient> cdnClient
-
gamesClient
protected final java.util.function.Supplier<GamesClient> gamesClient
-
matchmakerClient
protected final java.util.function.Supplier<MatchmakerClient> matchmakerClient
-
tokensClient
protected final java.util.function.Supplier<TokensClient> tokensClient
-
versionsClient
protected final java.util.function.Supplier<VersionsClient> versionsClient
-
-
Constructor Detail
-
GamesClient
public GamesClient(ClientOptions clientOptions)
-
-
Method Detail
-
namespaces
public NamespacesClient namespaces()
-
avatars
public AvatarsClient avatars()
-
builds
public BuildsClient builds()
-
cdn
public CdnClient cdn()
-
games
public GamesClient games()
-
matchmaker
public MatchmakerClient matchmaker()
-
tokens
public TokensClient tokens()
-
versions
public VersionsClient versions()
-
-