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