org.mythtv.services.api.content.impl
Enum ContentTemplate.Endpoint
java.lang.Object
java.lang.Enum<ContentTemplate.Endpoint>
org.mythtv.services.api.content.impl.ContentTemplate.Endpoint
- All Implemented Interfaces:
- Serializable, Comparable<ContentTemplate.Endpoint>
- Enclosing class:
- ContentTemplate
public static enum ContentTemplate.Endpoint
- extends Enum<ContentTemplate.Endpoint>
ADD_LIVE_STREAM
public static final ContentTemplate.Endpoint ADD_LIVE_STREAM
ADD_RECORDING_LIVE_STREAM
public static final ContentTemplate.Endpoint ADD_RECORDING_LIVE_STREAM
ADD_VIDEO_LIVE_STREAM
public static final ContentTemplate.Endpoint ADD_VIDEO_LIVE_STREAM
DOWNLOAD_FILE
public static final ContentTemplate.Endpoint DOWNLOAD_FILE
GET_ALBUM_ART
public static final ContentTemplate.Endpoint GET_ALBUM_ART
GET_FILE
public static final ContentTemplate.Endpoint GET_FILE
GET_FILE_LIST
public static final ContentTemplate.Endpoint GET_FILE_LIST
GET_FILTERED_LIVE_STREAM_LIST
public static final ContentTemplate.Endpoint GET_FILTERED_LIVE_STREAM_LIST
GET_HASH
public static final ContentTemplate.Endpoint GET_HASH
GET_IMAGE_FILE
public static final ContentTemplate.Endpoint GET_IMAGE_FILE
GET_LIVE_STREAM
public static final ContentTemplate.Endpoint GET_LIVE_STREAM
GET_LIVE_STREAM_LIST
public static final ContentTemplate.Endpoint GET_LIVE_STREAM_LIST
GET_MUSIC
public static final ContentTemplate.Endpoint GET_MUSIC
GET_PREVIEW_IMAGE
public static final ContentTemplate.Endpoint GET_PREVIEW_IMAGE
GET_PROGRAM_ARTWORK_LIST
public static final ContentTemplate.Endpoint GET_PROGRAM_ARTWORK_LIST
GET_RECORDING
public static final ContentTemplate.Endpoint GET_RECORDING
GET_RECORDING_ARTWORK
public static final ContentTemplate.Endpoint GET_RECORDING_ARTWORK
GET_RECORDING_ARTWORK_LIST
public static final ContentTemplate.Endpoint GET_RECORDING_ARTWORK_LIST
GET_VIDEO
public static final ContentTemplate.Endpoint GET_VIDEO
GET_VIDEO_ARTWORK
public static final ContentTemplate.Endpoint GET_VIDEO_ARTWORK
REMOVE_LIVE_STREAM
public static final ContentTemplate.Endpoint REMOVE_LIVE_STREAM
STOP_LIVE_STREAM
public static final ContentTemplate.Endpoint STOP_LIVE_STREAM
values
public static ContentTemplate.Endpoint[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ContentTemplate.Endpoint c : ContentTemplate.Endpoint.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ContentTemplate.Endpoint valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getEndpoint
public String getEndpoint()
Copyright © 2012. All Rights Reserved.