public class FeaturedObject extends java.lang.Object implements IZITravelEntity
| Modifier and Type | Field and Description |
|---|---|
Category |
category
Category (typical for tour).
|
Media[] |
images
Images of the content.
|
int |
position
A position of object in returned set (the order to show on a dashboard).
|
java.lang.String |
subTitle
Optional sub-title (additional info) defined by a featured content publisher.
|
java.lang.String |
title
Title (name) defined by a featured content publisher.
|
MtgObjectType |
type
Object type (museum or tour).
|
java.lang.String |
uuid
Universally Unique Identifier of the object.
|
| Constructor and Description |
|---|
FeaturedObject() |
public java.lang.String uuid
public MtgObjectType type
public Category category
public java.lang.String title
public java.lang.String subTitle
public int position
public Media[] images
NOTE: Contains only one object (first image).