PartialUpdateOperationpublic class RemoveValueOperation extends Object implements PartialUpdateOperation
| Constructor | 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 | 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 © 2017. All rights reserved.