Interface LogsLobbyStatus._FinalStage
-
- All Known Implementing Classes:
LogsLobbyStatus.Builder
- Enclosing class:
- LogsLobbyStatus
public static interface LogsLobbyStatus._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogsLobbyStatusbuild()LogsLobbyStatus._FinalStagestopped(LogsLobbyStatusStopped stopped)LogsLobbyStatus._FinalStagestopped(java.util.Optional<LogsLobbyStatusStopped> stopped)
-
-
-
Method Detail
-
build
LogsLobbyStatus build()
-
stopped
LogsLobbyStatus._FinalStage stopped(java.util.Optional<LogsLobbyStatusStopped> stopped)
-
stopped
LogsLobbyStatus._FinalStage stopped(LogsLobbyStatusStopped stopped)
-
-