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 classAbstractRemoteContentLabelServiceContentLabelServiceimplementation that communicates with Confluence remotely.classRemoteContentLabelServiceImpl -
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 classGraphQLRemoteContentLabelServiceImplContentLabelServiceimplementation that communicates with Confluence remotely using the Confluence GraphQL API.
-