Class MatchmakerClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.MatchmakerClient
-
public class MatchmakerClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description MatchmakerClient(ClientOptions clientOptions)
-
Method Summary
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
MatchmakerClient
public MatchmakerClient(ClientOptions clientOptions)
-
-
Method Detail
-
exportMatchmakerLobbyHistory
public ExportMatchmakerLobbyHistoryResponse exportMatchmakerLobbyHistory(java.util.UUID gameId, ExportMatchmakerLobbyHistoryRequest request)
-
exportMatchmakerLobbyHistory
public ExportMatchmakerLobbyHistoryResponse exportMatchmakerLobbyHistory(java.util.UUID gameId, ExportMatchmakerLobbyHistoryRequest request, RequestOptions requestOptions)
-
deleteMatchmakerLobby
public DeleteMatchmakerLobbyResponse deleteMatchmakerLobby(java.util.UUID gameId, java.util.UUID lobbyId)
-
deleteMatchmakerLobby
public DeleteMatchmakerLobbyResponse deleteMatchmakerLobby(java.util.UUID gameId, java.util.UUID lobbyId, RequestOptions requestOptions)
-
getLobbyLogs
public GetLobbyLogsResponse getLobbyLogs(java.util.UUID gameId, java.util.UUID lobbyId, GetLobbyLogsRequest request)
-
getLobbyLogs
public GetLobbyLogsResponse getLobbyLogs(java.util.UUID gameId, java.util.UUID lobbyId, GetLobbyLogsRequest request, RequestOptions requestOptions)
-
exportLobbyLogs
public ExportLobbyLogsResponse exportLobbyLogs(java.util.UUID gameId, java.util.UUID lobbyId, ExportLobbyLogsRequest request)
-
exportLobbyLogs
public ExportLobbyLogsResponse exportLobbyLogs(java.util.UUID gameId, java.util.UUID lobbyId, ExportLobbyLogsRequest request, RequestOptions requestOptions)
-
-