Class GetGameLinkResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.links.types.GetGameLinkResponse.Builder
-
- All Implemented Interfaces:
GetGameLinkResponse._FinalStage,GetGameLinkResponse.CurrentIdentityStage,GetGameLinkResponse.GameStage,GetGameLinkResponse.StatusStage,GetGameLinkResponse.WatchStage
- Enclosing class:
- GetGameLinkResponse
public static final class GetGameLinkResponse.Builder extends java.lang.Object implements GetGameLinkResponse.StatusStage, GetGameLinkResponse.GameStage, GetGameLinkResponse.CurrentIdentityStage, GetGameLinkResponse.WatchStage, GetGameLinkResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGameLinkResponsebuild()GetGameLinkResponse.WatchStagecurrentIdentity(Handle currentIdentity)GetGameLinkResponse.Builderfrom(GetGameLinkResponse other)GetGameLinkResponse.CurrentIdentityStagegame(Handle game)GetGameLinkResponse._FinalStagenewIdentity(GetGameLinkNewIdentity newIdentity)GetGameLinkResponse._FinalStagenewIdentity(java.util.Optional<GetGameLinkNewIdentity> newIdentity)GetGameLinkResponse.GameStagestatus(GameLinkStatus status)GetGameLinkResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public GetGameLinkResponse.Builder from(GetGameLinkResponse other)
- Specified by:
fromin interfaceGetGameLinkResponse.StatusStage
-
status
public GetGameLinkResponse.GameStage status(GameLinkStatus status)
- Specified by:
statusin interfaceGetGameLinkResponse.StatusStage
-
game
public GetGameLinkResponse.CurrentIdentityStage game(Handle game)
- Specified by:
gamein interfaceGetGameLinkResponse.GameStage
-
currentIdentity
public GetGameLinkResponse.WatchStage currentIdentity(Handle currentIdentity)
- Specified by:
currentIdentityin interfaceGetGameLinkResponse.CurrentIdentityStage
-
watch
public GetGameLinkResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceGetGameLinkResponse.WatchStage
-
newIdentity
public GetGameLinkResponse._FinalStage newIdentity(GetGameLinkNewIdentity newIdentity)
- Specified by:
newIdentityin interfaceGetGameLinkResponse._FinalStage
-
newIdentity
public GetGameLinkResponse._FinalStage newIdentity(java.util.Optional<GetGameLinkNewIdentity> newIdentity)
- Specified by:
newIdentityin interfaceGetGameLinkResponse._FinalStage
-
build
public GetGameLinkResponse build()
- Specified by:
buildin interfaceGetGameLinkResponse._FinalStage
-
-