Uses of Enum Class
org.exoplatform.social.core.relationship.RelationshipEvent.Type
Packages that use RelationshipEvent.Type
-
Uses of RelationshipEvent.Type in org.exoplatform.social.core.relationship
Methods in org.exoplatform.social.core.relationship that return RelationshipEvent.TypeModifier and TypeMethodDescriptionRelationshipEvent.getType()static RelationshipEvent.TypeReturns the enum constant of this class with the specified name.static RelationshipEvent.Type[]RelationshipEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.relationship with parameters of type RelationshipEvent.TypeModifierConstructorDescriptionRelationshipEvent(RelationshipEvent.Type type, RelationshipManager source, Relationship payload)