public class UpdatePassesRequest extends DeviceSpecificCommandRequest
DeviceSpecificCommandRequest
Constructor and Description |
---|
UpdatePassesRequest() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
CommandName()
The commandName
|
protected java.lang.String |
CreateParametersStrategy()
abstract strategy design patter for creating the device specific command
parameters for the url
|
java.util.List<java.lang.String> |
getAdd()
Returns a list of Strings representing passes to add to the device
|
java.util.List<java.lang.String> |
getRemove()
Returns a list of Strings representing passes to remove from the device
|
void |
setAdd(java.util.List<java.lang.String> add)
Sets a list of Strings representing passes to add to the device
|
void |
setRemove(java.util.List<java.lang.String> remove)
Sets a list of Strings representing passes to remove from the device
|
BuildUri, getLogicalDeviceId, setLogicalDeviceId
public java.util.List<java.lang.String> getAdd()
public java.util.List<java.lang.String> getRemove()
public void setAdd(java.util.List<java.lang.String> add)
add
- A list of Strings to addjava.lang.IllegalArgumentException
public void setRemove(java.util.List<java.lang.String> remove)
remove
- A list of Strings to removejava.lang.IllegalArgumentException
protected java.lang.String CommandName()
DeviceSpecificCommandRequest
CommandName
in class DeviceSpecificCommandRequest
protected java.lang.String CreateParametersStrategy()
DeviceSpecificCommandRequest
CreateParametersStrategy
in class DeviceSpecificCommandRequest