| Modifier and Type | Class and Description |
|---|---|
static class |
FullMtgObject.Builder |
| Constructor and Description |
|---|
FullMtgObject() |
| Modifier and Type | Method and Description |
|---|---|
static FullMtgObject.Builder |
builder() |
abstract Contacts |
contacts()
Contacts (typical for museum/publisher).
|
abstract java.util.List<Content> |
contents()
Array of language specific MtgObject content: texts, descriptions, media.
|
abstract java.lang.String |
parentUuid()
The UUID of parent MtgObject.
|
abstract Schedule |
schedule()
Schedule details (typical for museum).
|
abstract java.lang.Long |
size()
The size of the media content (audio + video + images) for the object and all its children.
|
abstract java.util.List<Sponsor> |
sponsors()
Sponsors (typical for museum/tour).
|
category, city, contentProvider, country, countryCode, distance, duration, hash, hidden, languages, location, map, placement, publisher, purchase, reviews, status, translations, triggerZones, type, uuid, visiblepublic static FullMtgObject.Builder builder()
public abstract java.util.List<Content> contents()
public abstract java.lang.String parentUuid()
public abstract Schedule schedule()
public abstract Contacts contacts()
public abstract java.util.List<Sponsor> sponsors()
public abstract java.lang.Long size()