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 boolean
equals(Object obj)
Any<?>
getAny()
LinkedAccount
getLinkedAccount()
MatchType
getMatchTarget()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getMatchTarget
public MatchType getMatchTarget()
-
getAny
public Any<?> getAny()
-
getLinkedAccount
public LinkedAccount getLinkedAccount()
-
-