| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.criteria.attribute |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
SeriesRef.getContentType() |
abstract ContentType |
ContentRef.getContentType() |
ContentType |
SongRef.getContentType() |
ContentType |
BrandRef.getContentType() |
ContentType |
ItemRef.getContentType() |
ContentType |
EpisodeRef.getContentType() |
ContentType |
ClipRef.getContentType() |
ContentType |
FilmRef.getContentType() |
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<ContentType> |
ContentType.all() |
static com.google.common.base.Optional<ContentType> |
ContentType.fromContent(Content content) |
static com.google.common.base.Function<Class<? extends Content>,com.google.common.base.Optional<ContentType>> |
ContentType.fromContentClass() |
static com.google.common.base.Function<String,com.google.common.base.Optional<ContentType>> |
ContentType.fromKey() |
static com.google.common.base.Optional<ContentType> |
ContentType.fromKey(String key) |
static com.google.common.base.Function<ContentType,Class<? extends Content>> |
ContentType.toContentClass() |
static com.google.common.base.Function<ContentType,String> |
ContentType.toKey() |
| Modifier and Type | Method and Description |
|---|---|
T |
ContentType.Visitor.visitBrand(ContentType contentType) |
T |
ContentType.Visitor.visitClip(ContentType contentType) |
T |
ContentType.Visitor.visitEpisode(ContentType contentType) |
T |
ContentType.Visitor.visitFilm(ContentType contentType) |
T |
ContentType.Visitor.visitItem(ContentType contentType) |
T |
ContentType.Visitor.visitSeries(ContentType contentType) |
T |
ContentType.Visitor.visitSong(ContentType contentType) |
| Modifier and Type | Field and Description |
|---|---|
static Attribute<ContentType> |
Attributes.CONTENT_TYPE |
Copyright © 2014. All rights reserved.