public interface GuideOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
getChannelIcon(int channelId,
int width,
int height,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ProgramWrapper> |
getProgramDetails(int channelId,
org.joda.time.DateTime startTime,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<ProgramGuideWrapper> |
getProgramGuide(org.joda.time.DateTime start,
org.joda.time.DateTime end,
int startChannelId,
int numberOfChannels,
boolean details,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<String> getChannelIcon(int channelId, int width, int height, ETagInfo etag) throws MythServiceApiRuntimeException
channelId - width - height - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ProgramWrapper> getProgramDetails(int channelId, org.joda.time.DateTime startTime, ETagInfo etag) throws MythServiceApiRuntimeException
channelId - startTime - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<ProgramGuideWrapper> getProgramGuide(org.joda.time.DateTime start, org.joda.time.DateTime end, int startChannelId, int numberOfChannels, boolean details, ETagInfo etag) throws MythServiceApiRuntimeException
start - end - startChannelId - numberOfChannels - details - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.