Class ExportMatchmakerLobbyHistoryResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.ExportMatchmakerLobbyHistoryResponse.Builder
-
- All Implemented Interfaces:
ExportMatchmakerLobbyHistoryResponse._FinalStage,ExportMatchmakerLobbyHistoryResponse.UrlStage
- Enclosing class:
- ExportMatchmakerLobbyHistoryResponse
public static final class ExportMatchmakerLobbyHistoryResponse.Builder extends java.lang.Object implements ExportMatchmakerLobbyHistoryResponse.UrlStage, ExportMatchmakerLobbyHistoryResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportMatchmakerLobbyHistoryResponsebuild()ExportMatchmakerLobbyHistoryResponse.Builderfrom(ExportMatchmakerLobbyHistoryResponse other)ExportMatchmakerLobbyHistoryResponse._FinalStageurl(java.lang.String url)The URL to a CSV file for the given lobby history.
-
-
-
Method Detail
-
from
public ExportMatchmakerLobbyHistoryResponse.Builder from(ExportMatchmakerLobbyHistoryResponse other)
- Specified by:
fromin interfaceExportMatchmakerLobbyHistoryResponse.UrlStage
-
url
public ExportMatchmakerLobbyHistoryResponse._FinalStage url(java.lang.String url)
The URL to a CSV file for the given lobby history.
- Specified by:
urlin interfaceExportMatchmakerLobbyHistoryResponse.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ExportMatchmakerLobbyHistoryResponse build()
- Specified by:
buildin interfaceExportMatchmakerLobbyHistoryResponse._FinalStage
-
-