Class FavouriteRelationDescriptor<T extends Relatable>
- java.lang.Object
- 
- com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,T>
- 
- com.atlassian.confluence.api.model.relations.FavouriteRelationDescriptor<T>
 
 
- 
- All Implemented Interfaces:
- RelationDescriptor<User,T>
 
 public final class FavouriteRelationDescriptor<T extends Relatable> extends AbstractRelationDescriptor<User,T> The built-in relationship type for favourites. This relationship works between a User and a Space, Page or Blog Post.
- 
- 
Field SummaryFields Modifier and Type Field Description static FavouriteRelationDescriptor<Content>CONTENT_FAVOURITEThe relation type for user Content favourites.static StringNAMEThe name of the relationship for user favourites.static FavouriteRelationDescriptor<Space>SPACE_FAVOURITEThe relation type for user Space favourites.
 - 
Method Summary- 
Methods inherited from class com.atlassian.confluence.api.model.relations.AbstractRelationDescriptorgetGenericTypeArgs, getRelationName, getSourceClass, getTargetClass
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME The name of the relationship for user favourites.- See Also:
- Constant Field Values
 
 - 
CONTENT_FAVOURITEpublic static final FavouriteRelationDescriptor<Content> CONTENT_FAVOURITE The relation type for user Content favourites.
 - 
SPACE_FAVOURITEpublic static final FavouriteRelationDescriptor<Space> SPACE_FAVOURITE The relation type for user Space favourites.
 
- 
 
-