Class AlternateList
java.lang.Object
com.amilesend.tvmaze.client.model.Resource<AlternateList,ResourceLink>
com.amilesend.tvmaze.client.model.AlternateList
Defines different types of episode lists for a tv show (e.g.,., differing order and/or releases in one
region vs. another, etc.). For more information:
https://www.tvmaze.com/faq/40/alternate-episodes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AlternateList.AlternateListBuilder<C extends AlternateList,
B extends AlternateList.AlternateListBuilder<C, B>> static class
The possible embedded resource types that can be included in anAlternateList
.static class
The supported embedded resource types that can be included in anAlternateList
. -
Field Summary
Fields inherited from class com.amilesend.tvmaze.client.model.Resource
SELF_RESOURCE_LINK_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlternateList.AlternateListBuilder
<?, ?> builder()
Gets the list of alternate episodes.The optional embedded resources.Gets the lsit of episodes.The show's language.The distribution network.getUrl()
The associated TVMaze website URL for this list.The streaming distribution network.boolean
Flag indicator if this list represents ordering for a show that is distributed via a traditional TV network.boolean
Flag indicator if this list represents the ordering of a show that aired in a different country.boolean
Flag indicator if this list represents a DVD release ordering.boolean
Flag indicator if this list represents ordering for a show that is aired in a different language than the \ original.boolean
Flag indicator if this list represents ordering for a show that is distributed via a web/streaming channel.boolean
Flag indicator if this list represents ordering that does not follow the original networks'.toString()
-
Method Details
-
getAlternateEpisodes
Gets the list of alternate episodes. Can benull
.- Returns:
- the list of alternate episodes
- See Also:
-
getEpisodes
Gets the lsit of episodes. Can benull
.- Returns:
- the list of episdoes
- See Also:
-
builder
-
getUrl
The associated TVMaze website URL for this list. -
isDvdRelease
public boolean isDvdRelease()Flag indicator if this list represents a DVD release ordering. -
isVerbatimOrder
public boolean isVerbatimOrder()Flag indicator if this list represents ordering that does not follow the original networks'. -
isCountryPremiere
public boolean isCountryPremiere()Flag indicator if this list represents the ordering of a show that aired in a different country. -
isStreamingPremiere
public boolean isStreamingPremiere()Flag indicator if this list represents ordering for a show that is distributed via a web/streaming channel. -
isBroadcastPremiere
public boolean isBroadcastPremiere()Flag indicator if this list represents ordering for a show that is distributed via a traditional TV network. -
isLanguagePremiere
public boolean isLanguagePremiere()Flag indicator if this list represents ordering for a show that is aired in a different language than the \ original. -
getLanguage
The show's language. -
getNetwork
The distribution network. -
getWebChannel
The streaming distribution network. -
getEmbeddedResource
The optional embedded resources. -
toString
- Overrides:
toString
in classResource<AlternateList,
ResourceLink>
-