Uses of Interface
com.atlassian.confluence.rest.client.RemoteContentService.RemoteParameterContentFinder
-
Packages that use RemoteContentService.RemoteParameterContentFinder 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 RemoteContentService.RemoteParameterContentFinder in com.atlassian.confluence.rest.client
Subinterfaces of RemoteContentService.RemoteParameterContentFinder in com.atlassian.confluence.rest.client Modifier and Type Interface Description static interfaceRemoteContentService.RemoteContentFinderClasses in com.atlassian.confluence.rest.client that implement RemoteContentService.RemoteParameterContentFinder Modifier and Type Class Description protected classAbstractRemoteContentService.AbstractRemoteContentFinderclassRemoteContentServiceImpl.RemoteContentFinderImplMethods in com.atlassian.confluence.rest.client that return RemoteContentService.RemoteParameterContentFinder Modifier and Type Method Description RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withCreatedDate(LocalDate time)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withCreatedDate(org.joda.time.LocalDate time)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withCreatedDate(LocalDate time)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withCreatedDate(org.joda.time.LocalDate time)Deprecated.since 8.6 usewithCreatedDate(LocalDate)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withSpace(Space... spaces)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withSpace(Space... space)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withTitle(String title)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withTitle(String title)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withType(ContentType... types)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withType(ContentType... type) -
Uses of RemoteContentService.RemoteParameterContentFinder in com.atlassian.confluence.rest.client.graphql
Classes in com.atlassian.confluence.rest.client.graphql that implement RemoteContentService.RemoteParameterContentFinder Modifier and Type Class Description protected classGraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
-