Class SetLobbyClosedRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.matchmaker.lobbies.requests.SetLobbyClosedRequest.Builder
-
- All Implemented Interfaces:
SetLobbyClosedRequest._FinalStage,SetLobbyClosedRequest.IsClosedStage
- Enclosing class:
- SetLobbyClosedRequest
public static final class SetLobbyClosedRequest.Builder extends java.lang.Object implements SetLobbyClosedRequest.IsClosedStage, SetLobbyClosedRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetLobbyClosedRequestbuild()SetLobbyClosedRequest.Builderfrom(SetLobbyClosedRequest other)SetLobbyClosedRequest._FinalStageisClosed(boolean isClosed)
-
-
-
Method Detail
-
from
public SetLobbyClosedRequest.Builder from(SetLobbyClosedRequest other)
- Specified by:
fromin interfaceSetLobbyClosedRequest.IsClosedStage
-
isClosed
public SetLobbyClosedRequest._FinalStage isClosed(boolean isClosed)
- Specified by:
isClosedin interfaceSetLobbyClosedRequest.IsClosedStage
-
build
public SetLobbyClosedRequest build()
- Specified by:
buildin interfaceSetLobbyClosedRequest._FinalStage
-
-