public abstract class BaseMythServicesTemplate extends Object implements MythServices
| Constructor and Description |
|---|
BaseMythServicesTemplate(String apiUrlBase) |
| Modifier and Type | Method and Description |
|---|---|
CaptureOperations |
captureOperations() |
ChannelOperations |
channelOperations() |
ContentOperations |
contentOperations() |
protected abstract org.springframework.web.client.RestOperations |
createRestOperations() |
DvrOperations |
dvrOperations() |
FrontendOperations |
frontendOperations() |
GuideOperations |
guideOperations() |
MythOperations |
mythOperations() |
VideoOperations |
videoOperations() |
public BaseMythServicesTemplate(String apiUrlBase)
public CaptureOperations captureOperations()
captureOperations in interface MythServicespublic ChannelOperations channelOperations()
channelOperations in interface MythServicespublic ContentOperations contentOperations()
contentOperations in interface MythServicespublic DvrOperations dvrOperations()
dvrOperations in interface MythServicespublic FrontendOperations frontendOperations()
frontendOperations in interface MythServicespublic GuideOperations guideOperations()
guideOperations in interface MythServicespublic MythOperations mythOperations()
mythOperations in interface MythServicespublic VideoOperations videoOperations()
videoOperations in interface MythServicesprotected abstract org.springframework.web.client.RestOperations createRestOperations()
Copyright © 2012. All Rights Reserved.