Class CollaboratorRelationDescriptor
- java.lang.Object
-
- com.atlassian.confluence.api.model.relations.AbstractRelationDescriptor<User,Content>
-
- com.atlassian.confluence.api.model.relations.CollaboratorRelationDescriptor
-
- All Implemented Interfaces:
RelationDescriptor<User,Content>
public final class CollaboratorRelationDescriptor extends AbstractRelationDescriptor<User,Content>
- Since:
- 5.11
-
-
Field Summary
Fields Modifier and Type Field Description static CollaboratorRelationDescriptor
COLLABORATOR
static String
NAME
The name of the relationship for user collaborations
-
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 collaborations- See Also:
- Constant Field Values
-
COLLABORATOR
public static final CollaboratorRelationDescriptor COLLABORATOR
-
-