Class ExportMatchmakerLobbyHistoryRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.ExportMatchmakerLobbyHistoryRequest.Builder
-
- All Implemented Interfaces:
ExportMatchmakerLobbyHistoryRequest._FinalStage,ExportMatchmakerLobbyHistoryRequest.QueryEndStage,ExportMatchmakerLobbyHistoryRequest.QueryStartStage
- Enclosing class:
- ExportMatchmakerLobbyHistoryRequest
public static final class ExportMatchmakerLobbyHistoryRequest.Builder extends java.lang.Object implements ExportMatchmakerLobbyHistoryRequest.QueryStartStage, ExportMatchmakerLobbyHistoryRequest.QueryEndStage, ExportMatchmakerLobbyHistoryRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportMatchmakerLobbyHistoryRequestbuild()ExportMatchmakerLobbyHistoryRequest.Builderfrom(ExportMatchmakerLobbyHistoryRequest other)ExportMatchmakerLobbyHistoryRequest._FinalStagequeryEnd(long queryEnd)Unsigned 64 bit integer.ExportMatchmakerLobbyHistoryRequest.QueryEndStagequeryStart(long queryStart)Unsigned 64 bit integer.
-
-
-
Method Detail
-
from
public ExportMatchmakerLobbyHistoryRequest.Builder from(ExportMatchmakerLobbyHistoryRequest other)
- Specified by:
fromin interfaceExportMatchmakerLobbyHistoryRequest.QueryStartStage
-
queryStart
public ExportMatchmakerLobbyHistoryRequest.QueryEndStage queryStart(long queryStart)
Unsigned 64 bit integer.
- Specified by:
queryStartin interfaceExportMatchmakerLobbyHistoryRequest.QueryStartStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
queryEnd
public ExportMatchmakerLobbyHistoryRequest._FinalStage queryEnd(long queryEnd)
Unsigned 64 bit integer.
- Specified by:
queryEndin interfaceExportMatchmakerLobbyHistoryRequest.QueryEndStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ExportMatchmakerLobbyHistoryRequest build()
- Specified by:
buildin interfaceExportMatchmakerLobbyHistoryRequest._FinalStage
-
-