Uses of Class
com.atlassian.confluence.api.model.link.LinkType
-
Packages that use LinkType Package Description com.atlassian.confluence.api.model.content com.atlassian.confluence.api.model.link com.atlassian.confluence.api.model.permissions Model objects for user and group permission and validation checks, for use withOperationService. -
-
Uses of LinkType in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type LinkType Modifier and Type Method Description Map<LinkType,Link>Content. getLinks()Map<LinkType,Link>Space. getLinks()Methods in com.atlassian.confluence.api.model.content with parameters of type LinkType Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. addLink(LinkType type, String path)Space.SpaceBuilderSpace.SpaceBuilder. addLink(LinkType type, String path) -
Uses of LinkType in com.atlassian.confluence.api.model.link
Fields in com.atlassian.confluence.api.model.link declared as LinkType Modifier and Type Field Description static LinkTypeLinkType. DOWNLOADstatic LinkTypeLinkType. EDIT_UIstatic LinkTypeLinkType. THUMBNAILstatic LinkTypeLinkType. TINY_UIstatic LinkTypeLinkType. WEB_UIFields in com.atlassian.confluence.api.model.link with type parameters of type LinkType Modifier and Type Field Description static List<LinkType>LinkType. BUILT_INMethods in com.atlassian.confluence.api.model.link that return LinkType Modifier and Type Method Description LinkTypeLink. getType()static LinkTypeLinkType. valueOf(String type)Constructors in com.atlassian.confluence.api.model.link with parameters of type LinkType Constructor Description Link(LinkType type, String path) -
Uses of LinkType in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type LinkType Modifier and Type Method Description Map<LinkType,Link>ContentRestrictionsPageResponse. getLinks()Methods in com.atlassian.confluence.api.model.permissions with parameters of type LinkType Modifier and Type Method Description ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilderContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder. addLink(LinkType type, String path)
-