public abstract class AbstractPatch extends AbstractBaseBean
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractPatch.Builder<P extends AbstractPatch,B extends AbstractPatch.Builder<P,B>> |
| Constructor and Description |
|---|
AbstractPatch() |
| Modifier and Type | Method and Description |
|---|---|
PatchOperation |
getOperation() |
void |
setOperation(PatchOperation operation) |
equals, hashCode, toStringpublic PatchOperation getOperation()
public void setOperation(PatchOperation operation)
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.