Class ExportMatchmakerLobbyHistoryRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.ExportMatchmakerLobbyHistoryRequest.Builder
-
- Enclosing class:
- ExportMatchmakerLobbyHistoryRequest
public static final class ExportMatchmakerLobbyHistoryRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportMatchmakerLobbyHistoryRequestbuild()ExportMatchmakerLobbyHistoryRequest.Builderfrom(ExportMatchmakerLobbyHistoryRequest other)ExportMatchmakerLobbyHistoryRequest.BuilderqueryEnd(java.lang.Long queryEnd)ExportMatchmakerLobbyHistoryRequest.BuilderqueryEnd(java.util.Optional<java.lang.Long> queryEnd)ExportMatchmakerLobbyHistoryRequest.BuilderqueryStart(java.lang.Long queryStart)ExportMatchmakerLobbyHistoryRequest.BuilderqueryStart(java.util.Optional<java.lang.Long> queryStart)
-
-
-
Method Detail
-
from
public ExportMatchmakerLobbyHistoryRequest.Builder from(ExportMatchmakerLobbyHistoryRequest other)
-
queryStart
public ExportMatchmakerLobbyHistoryRequest.Builder queryStart(java.util.Optional<java.lang.Long> queryStart)
-
queryStart
public ExportMatchmakerLobbyHistoryRequest.Builder queryStart(java.lang.Long queryStart)
-
queryEnd
public ExportMatchmakerLobbyHistoryRequest.Builder queryEnd(java.util.Optional<java.lang.Long> queryEnd)
-
queryEnd
public ExportMatchmakerLobbyHistoryRequest.Builder queryEnd(java.lang.Long queryEnd)
-
build
public ExportMatchmakerLobbyHistoryRequest build()
-
-