Uses of Class
com.atlassian.confluence.rest.client.AbstractRemoteContentLabelService
-
Packages that use AbstractRemoteContentLabelService Package Description 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 AbstractRemoteContentLabelService in com.atlassian.confluence.rest.client
Subclasses of AbstractRemoteContentLabelService in com.atlassian.confluence.rest.client Modifier and Type Class Description class
RemoteContentLabelServiceImpl
-
Uses of AbstractRemoteContentLabelService in com.atlassian.confluence.rest.client.graphql
Subclasses of AbstractRemoteContentLabelService in com.atlassian.confluence.rest.client.graphql Modifier and Type Class Description class
GraphQLRemoteContentLabelServiceImpl
ContentLabelService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.
-