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
Fields Modifier and Type Field Description static LikeRelationDescriptor<Content>
CONTENT_LIKE
The relation type for user Content likes.static String
NAME
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 Detail
-
NAME
public static final String NAME
The name of the relationship for user likes.- See Also:
- Constant Field Values
-
CONTENT_LIKE
public static final LikeRelationDescriptor<Content> CONTENT_LIKE
The relation type for user Content likes.
-
-