public abstract class ReplacePatchOperation<R extends RestModel,T> extends PatchOperation<R,T>
| Constructor and Description |
|---|
ReplacePatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(R resource,
Operation operation)
Implements the patch operation for replace operations.
|
getArrayClassForEvaluation, getClassForEvaluationpublic R perform(R resource, Operation operation)
perform in interface ResourcePatchOperation<R extends RestModel>perform in class PatchOperation<R extends RestModel,T>resource - the rest model.operation - the replace patch operation.PatchBadRequestExceptionUnprocessableEntityExceptionCopyright © 2019 DuraSpace. All rights reserved.