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 Modifier and Type Method Description RemoteContentService.RemoteParameterContentFinder
withCreatedDate(org.joda.time.LocalDate time)
RemoteContentService.RemoteParameterContentFinder
withSpace(Space... space)
RemoteContentService.RemoteParameterContentFinder
withTitle(String title)
RemoteContentService.RemoteParameterContentFinder
withType(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
RemoteContentService.RemoteParameterContentFinder withCreatedDate(org.joda.time.LocalDate time)
-
withTitle
RemoteContentService.RemoteParameterContentFinder withTitle(String title)
-
-