Class SCIMPatchOp
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMPatchOp
-
- All Implemented Interfaces:
Serializable
public class SCIMPatchOp extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMPatchOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SCIMPatchOperation>
getOperations()
List<String>
getSchemas()
void
setOperations(List<SCIMPatchOperation> operations)
-
-
-
Method Detail
-
getOperations
public List<SCIMPatchOperation> getOperations()
-
setOperations
public void setOperations(List<SCIMPatchOperation> operations)
-
-