Uses of Enum Class
com.atlassian.confluence.api.model.content.Label.Prefix
Packages that use Label.Prefix
Package
Description
This package contains the code which communicates with Confluence via REST API.
- 
Uses of Label.Prefix in com.atlassian.confluence.api.impl.service.contentMethod parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label.PrefixModifier and TypeMethodDescriptionContentLabelServiceImpl.getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) 
- 
Uses of Label.Prefix in com.atlassian.confluence.api.model.contentMethods in com.atlassian.confluence.api.model.content that return Label.PrefixModifier and TypeMethodDescriptionstatic Label.PrefixReturns the enum constant of this class with the specified name.static Label.Prefix[]Label.Prefix.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.api.model.content with parameters of type Label.Prefix
- 
Uses of Label.Prefix in com.atlassian.confluence.api.service.contentMethod parameters in com.atlassian.confluence.api.service.content with type arguments of type Label.PrefixModifier and TypeMethodDescriptionContentLabelService.getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) Get the labels attached to a given piece of content in the given namespaces
- 
Uses of Label.Prefix in com.atlassian.confluence.rest.clientMethod parameters in com.atlassian.confluence.rest.client with type arguments of type Label.PrefixModifier and TypeMethodDescriptionabstract CompletionStage<PageResponse<Label>> AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) RemoteContentLabelService.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) Get the labels attached to a given piece of content in the given namespacesRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) 
- 
Uses of Label.Prefix in com.atlassian.confluence.rest.client.graphqlMethod parameters in com.atlassian.confluence.rest.client.graphql with type arguments of type Label.PrefixModifier and TypeMethodDescriptionGraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)