public static interface GameSummary.Builder extends SdkPojo, CopyableBuilder<GameSummary.Builder,GameSummary>
| Modifier and Type | Method and Description |
|---|---|
GameSummary.Builder |
description(String description)
The description of the game.
|
GameSummary.Builder |
name(String name)
The name of the game.
|
GameSummary.Builder |
state(GameState state)
The state of the game.
|
GameSummary.Builder |
state(String state)
The state of the game.
|
GameSummary.Builder |
tags(Map<String,String> tags)
The tags associated with the game.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGameSummary.Builder description(String description)
The description of the game.
description - The description of the game.GameSummary.Builder name(String name)
The name of the game.
name - The name of the game.GameSummary.Builder state(String state)
The state of the game.
GameSummary.Builder state(GameState state)
The state of the game.
GameSummary.Builder tags(Map<String,String> tags)
The tags associated with the game.
tags - The tags associated with the game.Copyright © 2022. All rights reserved.