Class RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<AttachmentService.AttachmentFinder>
com.atlassian.confluence.rest.client.RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
- All Implemented Interfaces:
RemoteAttachmentService.RemoteAttachmentFinder
,RemoteContentService.RemoteSingleContentFetcher
,RemoteManyFetcher<Content>
,RemoteSingleFetcher<Content>
- Enclosing class:
- RemoteAttachmentServiceImpl
public class RemoteAttachmentServiceImpl.RemoteAttachmentFinderImpl
extends AbstractRemoteService<AttachmentService.AttachmentFinder>
implements RemoteAttachmentService.RemoteAttachmentFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withContainerId
(ContentId containerId) withFilename
(String filename) withMediaType
(String mediaType) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
- Specified by:
withId
in interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withContainerId
- Specified by:
withContainerId
in interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withFilename
- Specified by:
withFilename
in interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withMediaType
- Specified by:
withMediaType
in interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteAttachmentService.RemoteAttachmentFinder
- Specified by:
fetchManyCompletionStage
in interfaceRemoteManyFetcher<Content>
-
fetchCompletionStage
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<Content>
- See Also:
-