| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
EventDefinition |
EventDefinition.clone() |
EventDefinition |
EventDefinition.set(java.lang.String fieldName,
java.lang.Object value) |
EventDefinition |
EventDefinition.setChildEvents(java.util.List<EventChild> childEvents)
A list of events that are a child of this event.
|
EventDefinition |
EventDefinition.setDescription(java.lang.String description)
Description of what this event represents.
|
EventDefinition |
EventDefinition.setDisplayName(java.lang.String displayName)
The name to display for the event.
|
EventDefinition |
EventDefinition.setId(java.lang.String id)
The ID of the event.
|
EventDefinition |
EventDefinition.setImageUrl(java.lang.String imageUrl)
The base URL for the image that represents the event.
|
EventDefinition |
EventDefinition.setIsDefaultImageUrl(java.lang.Boolean isDefaultImageUrl)
Indicates whether the icon image being returned is a default image, or is game-provided.
|
EventDefinition |
EventDefinition.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventDefinition |
EventDefinition.setVisibility(java.lang.String visibility)
The visibility of event being tracked in this definition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventDefinition> |
EventDefinitionListResponse.getItems()
The event definitions.
|
| Modifier and Type | Method and Description |
|---|---|
EventDefinitionListResponse |
EventDefinitionListResponse.setItems(java.util.List<EventDefinition> items)
The event definitions.
|