Class GetGamesRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.games.requests.GetGamesRequest.Builder
-
- Enclosing class:
- GetGamesRequest
public static final class GetGamesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGamesRequestbuild()GetGamesRequest.Builderfrom(GetGamesRequest other)GetGamesRequest.BuilderwatchIndex(java.lang.String watchIndex)GetGamesRequest.BuilderwatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
from
public GetGamesRequest.Builder from(GetGamesRequest other)
-
watchIndex
public GetGamesRequest.Builder watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
public GetGamesRequest.Builder watchIndex(java.lang.String watchIndex)
-
build
public GetGamesRequest build()
-
-