Class DeleteMatchmakerLobbyResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.DeleteMatchmakerLobbyResponse.Builder
-
- All Implemented Interfaces:
DeleteMatchmakerLobbyResponse._FinalStage,DeleteMatchmakerLobbyResponse.DidRemoveStage
- Enclosing class:
- DeleteMatchmakerLobbyResponse
public static final class DeleteMatchmakerLobbyResponse.Builder extends java.lang.Object implements DeleteMatchmakerLobbyResponse.DidRemoveStage, DeleteMatchmakerLobbyResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteMatchmakerLobbyResponsebuild()DeleteMatchmakerLobbyResponse._FinalStagedidRemove(boolean didRemove)Whether or not the lobby was successfully stopped.DeleteMatchmakerLobbyResponse.Builderfrom(DeleteMatchmakerLobbyResponse other)
-
-
-
Method Detail
-
from
public DeleteMatchmakerLobbyResponse.Builder from(DeleteMatchmakerLobbyResponse other)
- Specified by:
fromin interfaceDeleteMatchmakerLobbyResponse.DidRemoveStage
-
didRemove
public DeleteMatchmakerLobbyResponse._FinalStage didRemove(boolean didRemove)
Whether or not the lobby was successfully stopped.
- Specified by:
didRemovein interfaceDeleteMatchmakerLobbyResponse.DidRemoveStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteMatchmakerLobbyResponse build()
- Specified by:
buildin interfaceDeleteMatchmakerLobbyResponse._FinalStage
-
-