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