Class GetLobbyLogsRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.requests.GetLobbyLogsRequest.Builder
-
- All Implemented Interfaces:
GetLobbyLogsRequest._FinalStage,GetLobbyLogsRequest.StreamStage
- Enclosing class:
- GetLobbyLogsRequest
public static final class GetLobbyLogsRequest.Builder extends java.lang.Object implements GetLobbyLogsRequest.StreamStage, GetLobbyLogsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLobbyLogsRequestbuild()GetLobbyLogsRequest.Builderfrom(GetLobbyLogsRequest other)GetLobbyLogsRequest._FinalStagestream(LogStream stream)GetLobbyLogsRequest._FinalStagewatchIndex(java.lang.String watchIndex)A query parameter denoting the requests watch index.GetLobbyLogsRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
from
public GetLobbyLogsRequest.Builder from(GetLobbyLogsRequest other)
- Specified by:
fromin interfaceGetLobbyLogsRequest.StreamStage
-
stream
public GetLobbyLogsRequest._FinalStage stream(LogStream stream)
- Specified by:
streamin interfaceGetLobbyLogsRequest.StreamStage
-
watchIndex
public GetLobbyLogsRequest._FinalStage watchIndex(java.lang.String watchIndex)
A query parameter denoting the requests watch index.
- Specified by:
watchIndexin interfaceGetLobbyLogsRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
watchIndex
public GetLobbyLogsRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
- Specified by:
watchIndexin interfaceGetLobbyLogsRequest._FinalStage
-
build
public GetLobbyLogsRequest build()
- Specified by:
buildin interfaceGetLobbyLogsRequest._FinalStage
-
-