Class SCIMPatchOperation
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMPatchOperation
-
- All Implemented Interfaces:
Serializable
public class SCIMPatchOperation extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMPatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOp
getOp()
SCIMPatchPath
getPath()
List<Serializable>
getValue()
void
setOp(PatchOp op)
void
setPath(SCIMPatchPath path)
void
setValue(List<Serializable> value)
-
-
-
Method Detail
-
getOp
public PatchOp getOp()
-
setOp
public void setOp(PatchOp op)
-
getPath
public SCIMPatchPath getPath()
-
setPath
public void setPath(SCIMPatchPath path)
-
getValue
public List<Serializable> getValue()
-
setValue
public void setValue(List<Serializable> value)
-
-