org.mythtv.services.api.v025.impl
Class StatusTemplate

java.lang.Object
  extended by org.mythtv.services.api.AbstractOperations
      extended by org.mythtv.services.api.v025.impl.StatusTemplate
All Implemented Interfaces:
StatusOperations

public class StatusTemplate
extends AbstractOperations
implements StatusOperations


Nested Class Summary
static class StatusTemplate.Endpoint
           
 
Field Summary
 
Fields inherited from class org.mythtv.services.api.AbstractOperations
formatter
 
Constructor Summary
StatusTemplate(org.springframework.web.client.RestOperations restOperations, java.lang.String apiUrlBase)
           
 
Method Summary
 org.springframework.http.ResponseEntity<BackendStatus> getStatus(ETagInfo etag)
          - GET
 
Methods inherited from class org.mythtv.services.api.AbstractOperations
buildUri, buildUri, buildUri, convertUtcAndFormat, getApiUrlBase, getRequestEntity, handleResponseEtag, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusTemplate

public StatusTemplate(org.springframework.web.client.RestOperations restOperations,
                      java.lang.String apiUrlBase)
Method Detail

getStatus

public org.springframework.http.ResponseEntity<BackendStatus> getStatus(ETagInfo etag)
                                                                 throws MythServiceApiRuntimeException
Description copied from interface: StatusOperations
- GET

Specified by:
getStatus in interface StatusOperations
Returns:
Throws:
MythServiceApiRuntimeException