Class LikeRelationDescriptor<T extends Relatable>
java.lang.Object
com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,T>
com.atlassian.confluence.api.model.relations.LikeRelationDescriptor<T>
- All Implemented Interfaces:
RelationDescriptor<User,
T>
public final class LikeRelationDescriptor<T extends Relatable>
extends AbstractRelationDescriptor<User,T>
- Since:
- 5.10
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LikeRelationDescriptor
<Content> The relation type for user Content likes.static final String
The name of the relationship for user likes. -
Method Summary
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor
getGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
-
Field Details
-
NAME
The name of the relationship for user likes.- See Also:
-
CONTENT_LIKE
The relation type for user Content likes.
-