public static interface StageSummary.Builder extends SdkPojo, CopyableBuilder<StageSummary.Builder,StageSummary>
| Modifier and Type | Method and Description |
|---|---|
StageSummary.Builder |
description(String description)
The description of the stage.
|
StageSummary.Builder |
gameKey(String gameKey)
The game key associated with the stage.
|
StageSummary.Builder |
name(String name)
The name of the stage.
|
StageSummary.Builder |
state(StageState state)
The state of the stage.
|
StageSummary.Builder |
state(String state)
The state of the stage.
|
StageSummary.Builder |
tags(Map<String,String> tags)
The tags associated with the stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageSummary.Builder description(String description)
The description of the stage.
description - The description of the stage.StageSummary.Builder gameKey(String gameKey)
The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
gameKey - The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
StageSummary.Builder name(String name)
The name of the stage.
name - The name of the stage.StageSummary.Builder state(String state)
The state of the stage.
state - The state of the stage.StageState,
StageStateStageSummary.Builder state(StageState state)
The state of the stage.
state - The state of the stage.StageState,
StageStateStageSummary.Builder tags(Map<String,String> tags)
The tags associated with the stage.
tags - The tags associated with the stage.Copyright © 2022. All rights reserved.