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, putVoidCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
withId
- Specified by:
withIdin interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withContainerId
- Specified by:
withContainerIdin interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withFilename
- Specified by:
withFilenamein interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
withMediaType
- Specified by:
withMediaTypein interfaceRemoteAttachmentService.RemoteAttachmentFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStagein interfaceRemoteAttachmentService.RemoteAttachmentFinder- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<Content>
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<Content>- See Also:
-