public abstract class RequestListActions
extends java.lang.Object
BbmdsProtocol#send(BbmdsProtocol.OutboundMessage)
.
The default implementation is to throw an UnsupportedOperationException
RequestListAdd
RequestListChange
RequestListRemove
Constructor and Description |
---|
RequestListActions() |
Modifier and Type | Method and Description |
---|---|
RequestListAdd |
requestListAdd()
By default, this action is not supported unless overridden
RequestListAdd |
RequestListChange |
requestListChange(JSONObject changes)
By default, this action is not supported unless overridden
RequestListChange |
RequestListRemove |
requestListRemove()
By default, this action is not supported unless overridden
RequestListRemove |
public RequestListChange requestListChange(JSONObject changes)
RequestListChange
java.lang.UnsupportedOperationException
- Unless this method is overridden, it will throw an UnsupportedOperationException
public RequestListRemove requestListRemove()
RequestListRemove
java.lang.UnsupportedOperationException
- Unless this method is overridden, it will throw an UnsupportedOperationException
public RequestListAdd requestListAdd()
RequestListAdd
java.lang.UnsupportedOperationException
- Unless this method is overridden, it will throw an UnsupportedOperationException