Interface GetGameLinkRequest._FinalStage
-
- All Known Implementing Classes:
GetGameLinkRequest.Builder
- Enclosing class:
- GetGameLinkRequest
public static interface GetGameLinkRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGameLinkRequestbuild()GetGameLinkRequest._FinalStagewatchIndex(java.lang.String watchIndex)GetGameLinkRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
build
GetGameLinkRequest build()
-
watchIndex
GetGameLinkRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
GetGameLinkRequest._FinalStage watchIndex(java.lang.String watchIndex)
-
-