Uses of Enum Class
org.exoplatform.social.core.storage.cache.model.key.RelationshipType
Packages that use RelationshipType
-
Uses of RelationshipType in org.exoplatform.social.core.storage.cache.model.key
Methods in org.exoplatform.social.core.storage.cache.model.key that return RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeReturns the enum constant of this class with the specified name.static RelationshipType[]RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.storage.cache.model.key with parameters of type RelationshipTypeModifierConstructorDescriptionListRelationshipsKey(T key, RelationshipType type, long offset, long limit) RelationshipCountKey(T key, RelationshipType type)