Class PullMatch
- java.lang.Object
-
- org.apache.syncope.core.provisioning.api.rules.PullMatch
-
- All Implemented Interfaces:
Serializable
public final class PullMatch extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Any<?>getAny()LinkedAccountgetLinkedAccount()MatchTypegetMatchTarget()inthashCode()StringtoString()
-
-
-
Method Detail
-
getMatchTarget
public MatchType getMatchTarget()
-
getAny
public Any<?> getAny()
-
getLinkedAccount
public LinkedAccount getLinkedAccount()
-
-