org.mythtv.services.api.v025
Class MythServicesTemplate
java.lang.Object
org.mythtv.services.api.BaseMythServicesTemplate
org.mythtv.services.api.v025.MythServicesTemplate
- All Implemented Interfaces:
- MythServices
public class MythServicesTemplate
- extends BaseMythServicesTemplate
- implements MythServices
Auto-generated file, do not modify manually !!!!
|
Field Summary |
protected org.springframework.web.client.RestOperations |
restOperations
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restOperations
protected final org.springframework.web.client.RestOperations restOperations
MythServicesTemplate
public MythServicesTemplate(java.lang.String apiUrlBase)
MythServicesTemplate
public MythServicesTemplate(java.lang.String apiUrlBase,
java.util.logging.Level logLevel)
createRestOperations
protected org.springframework.web.client.RestOperations createRestOperations()
captureOperations
public CaptureOperations captureOperations()
- Specified by:
captureOperations in interface MythServices
channelOperations
public ChannelOperations channelOperations()
- Specified by:
channelOperations in interface MythServices
contentOperations
public ContentOperations contentOperations()
- Specified by:
contentOperations in interface MythServices
dvrOperations
public DvrOperations dvrOperations()
- Specified by:
dvrOperations in interface MythServices
guideOperations
public GuideOperations guideOperations()
- Specified by:
guideOperations in interface MythServices
mythOperations
public MythOperations mythOperations()
- Specified by:
mythOperations in interface MythServices
videoOperations
public VideoOperations videoOperations()
- Specified by:
videoOperations in interface MythServices
frontendOperations
public FrontendOperations frontendOperations()
- Specified by:
frontendOperations in interface MythServices
statusOperations
public StatusOperations statusOperations()
- Specified by:
statusOperations in interface MythServices