Interface RemoteContentService.RemoteParameterContentFinder
-
- All Superinterfaces:
RemoteContentService.RemoteContentFetcher,RemoteContentService.RemoteSingleContentFetcher,RemoteSingleFetcher<Content>
- All Known Subinterfaces:
RemoteContentService.RemoteContentFinder
- All Known Implementing Classes:
AbstractRemoteContentService.AbstractRemoteContentFinder,GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl,RemoteContentServiceImpl.RemoteContentFinderImpl
- Enclosing interface:
- RemoteContentService
public static interface RemoteContentService.RemoteParameterContentFinder extends RemoteContentService.RemoteContentFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RemoteContentService.RemoteParameterContentFinderwithCreatedDate(LocalDate time)RemoteContentService.RemoteParameterContentFinderwithCreatedDate(org.joda.time.LocalDate time)Deprecated.since 8.6 usewithCreatedDate(LocalDate)RemoteContentService.RemoteParameterContentFinderwithSpace(Space... space)RemoteContentService.RemoteParameterContentFinderwithTitle(String title)RemoteContentService.RemoteParameterContentFinderwithType(ContentType... type)-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteContentService.RemoteContentFetcher
fetchMany, fetchManyCompletionStage, fetchMappedByContentType, fetchMappedByContentTypeCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withSpace
RemoteContentService.RemoteParameterContentFinder withSpace(Space... space)
-
withType
RemoteContentService.RemoteParameterContentFinder withType(ContentType... type)
-
withCreatedDate
@Deprecated RemoteContentService.RemoteParameterContentFinder withCreatedDate(org.joda.time.LocalDate time)
Deprecated.since 8.6 usewithCreatedDate(LocalDate)
-
withCreatedDate
RemoteContentService.RemoteParameterContentFinder withCreatedDate(LocalDate time)
- Since:
- 8.6
-
withTitle
RemoteContentService.RemoteParameterContentFinder withTitle(String title)
-
-