Class GetGameByIdResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.games.types.GetGameByIdResponse.Builder
-
- All Implemented Interfaces:
GetGameByIdResponse._FinalStage,GetGameByIdResponse.GameStage,GetGameByIdResponse.WatchStage
- Enclosing class:
- GetGameByIdResponse
public static final class GetGameByIdResponse.Builder extends java.lang.Object implements GetGameByIdResponse.GameStage, GetGameByIdResponse.WatchStage, GetGameByIdResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGameByIdResponsebuild()GetGameByIdResponse.Builderfrom(GetGameByIdResponse other)GetGameByIdResponse.WatchStagegame(GameFull game)GetGameByIdResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public GetGameByIdResponse.Builder from(GetGameByIdResponse other)
- Specified by:
fromin interfaceGetGameByIdResponse.GameStage
-
game
public GetGameByIdResponse.WatchStage game(GameFull game)
- Specified by:
gamein interfaceGetGameByIdResponse.GameStage
-
watch
public GetGameByIdResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceGetGameByIdResponse.WatchStage
-
build
public GetGameByIdResponse build()
- Specified by:
buildin interfaceGetGameByIdResponse._FinalStage
-
-