public interface CaptureOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Int> |
addCaptureCard(CaptureCard captureCard)
- POST
|
org.springframework.http.ResponseEntity<Int> |
addCardInput(CardInput cardInput)
- POST
|
org.springframework.http.ResponseEntity<CaptureCardWrapper> |
getCaptureCard(int cardId,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<CaptureCardList> |
getCaptureCardList(ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<CaptureCardList> |
getCaptureCardList(String hostName,
String cardType,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
removeCaptureCard(int cardId,
ETagInfo etag)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
removeCardInput(int cardInputId)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
updateCaptureCard(int cardId,
String setting,
String value)
- POST
|
org.springframework.http.ResponseEntity<Bool> |
updateCardInput(int cardInputId,
String setting,
String value)
- POST
|
org.springframework.http.ResponseEntity<Int> addCaptureCard(CaptureCard captureCard) throws MythServiceApiRuntimeException
captureCard - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Int> addCardInput(CardInput cardInput) throws MythServiceApiRuntimeException
cardInput - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<CaptureCardWrapper> getCaptureCard(int cardId, ETagInfo etag) throws MythServiceApiRuntimeException
cardId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(ETagInfo etag) throws MythServiceApiRuntimeException
MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(String hostName, String cardType, ETagInfo etag) throws MythServiceApiRuntimeException
hostName - cardType - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeCaptureCard(int cardId, ETagInfo etag) throws MythServiceApiRuntimeException
cardId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeCardInput(int cardInputId) throws MythServiceApiRuntimeException
cardInputId - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> updateCaptureCard(int cardId, String setting, String value) throws MythServiceApiRuntimeException
cardId - setting - value - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> updateCardInput(int cardInputId, String setting, String value) throws MythServiceApiRuntimeException
cardInputId - setting - value - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.