T
- String
, Long
or Boolean
public abstract class AbstractReplacePatchItem<T> extends AbstractPatchItem<T>
AnyPatch
, AnyObjectPatch
, GroupPatch
or UserPatch
is
null
, no change will be performed; otherwise the result from AbstractPatchItem.getValue()
will replace the current
value of the related field.AbstractPatchItem.Builder<T,P extends AbstractPatchItem<T>,B extends AbstractPatchItem.Builder<T,P,B>>
Constructor and Description |
---|
AbstractReplacePatchItem() |
Modifier and Type | Method and Description |
---|---|
void |
setOperation(PatchOperation operation) |
equals, getValue, hashCode, setValue
getOperation
public void setOperation(PatchOperation operation)
setOperation
in class AbstractPatch
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.