Uses of Class
com.atlassian.confluence.api.model.content.Label.Prefix
-
Packages that use Label.Prefix Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.model.content com.atlassian.confluence.api.service.content com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API.com.atlassian.confluence.rest.client.graphql -
-
Uses of Label.Prefix in com.atlassian.confluence.api.impl.service.content
Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label.Prefix Modifier and Type Method Description PageResponse<Label>
ContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)
-
Uses of Label.Prefix in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return Label.Prefix Modifier and Type Method Description static Label.Prefix
Label.Prefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static Label.Prefix[]
Label.Prefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.api.model.content with parameters of type Label.Prefix Modifier and Type Method Description Label.LabelBuilder
Label.LabelBuilder. prefix(Label.Prefix prefix)
-
Uses of Label.Prefix in com.atlassian.confluence.api.service.content
Method parameters in com.atlassian.confluence.api.service.content with type arguments of type Label.Prefix Modifier and Type Method Description PageResponse<Label>
ContentLabelService. 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.client
Method parameters in com.atlassian.confluence.rest.client with type arguments of type Label.Prefix Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Label>>
AbstractRemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 8.7.default com.atlassian.util.concurrent.Promise<? extends Iterable<Label>>
RemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Deprecated.since 7.0.1.abstract CompletionStage<PageResponse<Label>>
AbstractRemoteContentLabelService. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
CompletionStage<? extends Iterable<Label>>
RemoteContentLabelService. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
Get the labels attached to a given piece of content in the given namespacesCompletionStage<PageResponse<Label>>
RemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
-
Uses of Label.Prefix in com.atlassian.confluence.rest.client.graphql
Method parameters in com.atlassian.confluence.rest.client.graphql with type arguments of type Label.Prefix Modifier and Type Method Description CompletionStage<PageResponse<Label>>
GraphQLRemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)
-