Class LogsLobbyStatus.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.LogsLobbyStatus.Builder
-
- All Implemented Interfaces:
LogsLobbyStatus._FinalStage,LogsLobbyStatus.RunningStage
- Enclosing class:
- LogsLobbyStatus
public static final class LogsLobbyStatus.Builder extends java.lang.Object implements LogsLobbyStatus.RunningStage, LogsLobbyStatus._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogsLobbyStatusbuild()LogsLobbyStatus.Builderfrom(LogsLobbyStatus other)LogsLobbyStatus._FinalStagerunning(EmptyObject running)LogsLobbyStatus._FinalStagestopped(LogsLobbyStatusStopped stopped)LogsLobbyStatus._FinalStagestopped(java.util.Optional<LogsLobbyStatusStopped> stopped)
-
-
-
Method Detail
-
from
public LogsLobbyStatus.Builder from(LogsLobbyStatus other)
- Specified by:
fromin interfaceLogsLobbyStatus.RunningStage
-
running
public LogsLobbyStatus._FinalStage running(EmptyObject running)
- Specified by:
runningin interfaceLogsLobbyStatus.RunningStage
-
stopped
public LogsLobbyStatus._FinalStage stopped(LogsLobbyStatusStopped stopped)
- Specified by:
stoppedin interfaceLogsLobbyStatus._FinalStage
-
stopped
public LogsLobbyStatus._FinalStage stopped(java.util.Optional<LogsLobbyStatusStopped> stopped)
- Specified by:
stoppedin interfaceLogsLobbyStatus._FinalStage
-
build
public LogsLobbyStatus build()
- Specified by:
buildin interfaceLogsLobbyStatus._FinalStage
-
-