Class AnalyticsClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.namespaces.analytics.AnalyticsClient
-
public class AnalyticsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AnalyticsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAnalyticsMatchmakerLiveResponsegetAnalyticsMatchmakerLive(java.util.UUID gameId, java.util.UUID namespaceId)GetAnalyticsMatchmakerLiveResponsegetAnalyticsMatchmakerLive(java.util.UUID gameId, java.util.UUID namespaceId, RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AnalyticsClient
public AnalyticsClient(ClientOptions clientOptions)
-
-
Method Detail
-
getAnalyticsMatchmakerLive
public GetAnalyticsMatchmakerLiveResponse getAnalyticsMatchmakerLive(java.util.UUID gameId, java.util.UUID namespaceId)
-
getAnalyticsMatchmakerLive
public GetAnalyticsMatchmakerLiveResponse getAnalyticsMatchmakerLive(java.util.UUID gameId, java.util.UUID namespaceId, RequestOptions requestOptions)
-
-