public abstract class FeaturedObject
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
FeaturedObject.Builder |
| Constructor and Description |
|---|
FeaturedObject() |
| Modifier and Type | Method and Description |
|---|---|
static FeaturedObject.Builder |
builder() |
abstract Category |
category()
Category (typical for tour).
|
abstract java.util.List<Media> |
images()
Images of the content.
|
abstract java.lang.Integer |
position()
A position of object in returned set (the order to show on a dashboard).
|
abstract java.lang.String |
subTitle()
Optional sub-title (additional info) defined by a featured content publisher.
|
abstract java.lang.String |
title()
Title (name) defined by a featured content publisher.
|
abstract MtgObjectType |
type()
Object type (museum or tour).
|
abstract java.lang.String |
uuid()
Universally Unique Identifier of the object.
|
public static FeaturedObject.Builder builder()
public abstract java.lang.String uuid()
public abstract MtgObjectType type()
public abstract Category category()
public abstract java.lang.String title()
public abstract java.lang.String subTitle()
public abstract java.lang.Integer position()
public abstract java.util.List<Media> images()
NOTE: Contains only one object (first image).