public class FixedNvpUpdateOperation extends FixedUpdateOperation
| Constructor and Description |
|---|
FixedNvpUpdateOperation(String name,
String updateString,
Map<String,List<String>> nvps)
Creates a new operation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
canRun, createErrorInformation, getContentString, getUpdate, getUpdateStringgetId, getName, getStats, setIdpublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface OperationcreateCallable in class FixedUpdateOperationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.