Interface GetLobbyLogsRequest._FinalStage
-
- All Known Implementing Classes:
GetLobbyLogsRequest.Builder
- Enclosing class:
- GetLobbyLogsRequest
public static interface GetLobbyLogsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLobbyLogsRequestbuild()GetLobbyLogsRequest._FinalStagewatchIndex(java.lang.String watchIndex)GetLobbyLogsRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
build
GetLobbyLogsRequest build()
-
watchIndex
GetLobbyLogsRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
GetLobbyLogsRequest._FinalStage watchIndex(java.lang.String watchIndex)
-
-