public static interface GameConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<GameConfigurationDetails.Builder,GameConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
GameConfigurationDetails.Builder |
created(Instant created)
The date when the game was created.
|
GameConfigurationDetails.Builder |
lastUpdated(Instant lastUpdated)
The date when the game was last modified.
|
GameConfigurationDetails.Builder |
sections(Map<String,Section> sections)
Configuration data, organized by section name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGameConfigurationDetails.Builder created(Instant created)
The date when the game was created.
created - The date when the game was created.GameConfigurationDetails.Builder lastUpdated(Instant lastUpdated)
The date when the game was last modified.
lastUpdated - The date when the game was last modified.GameConfigurationDetails.Builder sections(Map<String,Section> sections)
Configuration data, organized by section name.
sections - Configuration data, organized by section name.Copyright © 2022. All rights reserved.