Class SilverpeasPatchOperation
- java.lang.Object
-
- edu.psu.swe.scim.spec.protocol.data.PatchOperation
-
- org.silverpeas.core.webapi.admin.scim.adaptation.SilverpeasPatchOperation
-
public class SilverpeasPatchOperation extends edu.psu.swe.scim.spec.protocol.data.PatchOperation
- Author:
- silveryocha
-
-
Field Summary
Fields Modifier and Type Field Description protected edu.psu.swe.scim.spec.protocol.data.PatchOperationPath
adaptedPath
-
Constructor Summary
Constructors Constructor Description SilverpeasPatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classedu.psu.swe.scim.spec.protocol.data.PatchOperation
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classedu.psu.swe.scim.spec.protocol.data.PatchOperation
-
-