R - the type of DSpaceObjectRest object the class is applicable to.public abstract class DSpaceObjectPatch<R extends DSpaceObjectRest> extends AbstractResourcePatch<R>
| Constructor and Description |
|---|
DSpaceObjectPatch() |
| Modifier and Type | Method and Description |
|---|---|
R |
patch(R dsoRest,
List<Operation> operations)
Applies the given patch operations to the given DSpaceObjectRest instance.
|
public R patch(R dsoRest, List<Operation> operations)
patch in class AbstractResourcePatch<R extends DSpaceObjectRest>dsoRest - the instance to apply the changes to.operations - the list of patch operations.Copyright © 2019 DuraSpace. All rights reserved.