Class AttrPatch
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AbstractPatch
-
- org.apache.syncope.common.lib.request.AttrPatch
-
- All Implemented Interfaces:
Serializable,BaseBean
public class AttrPatch extends AbstractPatch
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttrPatch.Builder
-
Constructor Summary
Constructors Constructor Description AttrPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)AttrgetAttr()inthashCode()booleanisEmpty()voidsetAttr(Attr attr)-
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatch
getOperation, setOperation
-
-
-
-
Method Detail
-
getAttr
public Attr getAttr()
-
setAttr
public void setAttr(Attr attr)
-
isEmpty
public boolean isEmpty()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractPatch
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractPatch
-
-