Class StringReplacePatchItem
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch
-
- org.apache.syncope.common.lib.request.AbstractPatchItem<T>
-
- org.apache.syncope.common.lib.request.AbstractReplacePatchItem<String>
-
- org.apache.syncope.common.lib.request.StringReplacePatchItem
-
- All Implemented Interfaces:
Serializable
,BaseBean
- Direct Known Subclasses:
PasswordPatch
public class StringReplacePatchItem extends AbstractReplacePatchItem<String>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringReplacePatchItem.Builder
-
Constructor Summary
Constructors Constructor Description StringReplacePatchItem()
-
Method Summary
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractReplacePatchItem
setOperation
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItem
equals, getValue, hashCode, setValue
-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation
-
-