public class RemoveValueOperation extends Object implements PartialUpdateOperation
| Constructor and Description |
|---|
RemoveValueOperation(String objectID,
String attributeToRemoveIn,
String valueToRemove)
Remove a value to an existing array, only if the value is not yet present
|
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectID() |
Map<String,?> |
toSerialize() |
public RemoveValueOperation(String objectID, String attributeToRemoveIn, String valueToRemove)
objectID - the id of the object to updateattributeToRemoveIn - the name of the attribute to remove the valuevalueToRemove - the value to removepublic String getObjectID()
getObjectID in interface PartialUpdateOperationpublic Map<String,?> toSerialize()
toSerialize in interface PartialUpdateOperationCopyright © 2018. All rights reserved.