Class GetGameVersionByIdResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.versions.types.GetGameVersionByIdResponse.Builder
-
- All Implemented Interfaces:
GetGameVersionByIdResponse._FinalStage,GetGameVersionByIdResponse.VersionStage
- Enclosing class:
- GetGameVersionByIdResponse
public static final class GetGameVersionByIdResponse.Builder extends java.lang.Object implements GetGameVersionByIdResponse.VersionStage, GetGameVersionByIdResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGameVersionByIdResponsebuild()GetGameVersionByIdResponse.Builderfrom(GetGameVersionByIdResponse other)GetGameVersionByIdResponse._FinalStageversion(Full version)
-
-
-
Method Detail
-
from
public GetGameVersionByIdResponse.Builder from(GetGameVersionByIdResponse other)
- Specified by:
fromin interfaceGetGameVersionByIdResponse.VersionStage
-
version
public GetGameVersionByIdResponse._FinalStage version(Full version)
- Specified by:
versionin interfaceGetGameVersionByIdResponse.VersionStage
-
build
public GetGameVersionByIdResponse build()
- Specified by:
buildin interfaceGetGameVersionByIdResponse._FinalStage
-
-