Spring Data REST - WebMVC
-
- Direct Known Subclasses:
- CopyOperation, MoveOperation
public abstract class FromOperation
extends PatchOperation
Abstract base class for operations requiring a source property, such as "copy" and "move".
(e.g., copy from here to there.
- Author:
- Craig Walls
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected String |
from |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFrom
public String getFrom()
Spring Data REST - WebMVC
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.