Class RemoteGroupServiceImpl.RemoteGroupFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<GroupService.GroupFinder>
com.atlassian.confluence.rest.client.remoteservice.people.RemoteGroupServiceImpl.RemoteGroupFinderImpl
- All Implemented Interfaces:
RemoteGroupService.RemoteGroupFinder
,RemoteSingleFetcher<Group>
- Enclosing class:
- RemoteGroupServiceImpl
public class RemoteGroupServiceImpl.RemoteGroupFinderImpl
extends AbstractRemoteService<GroupService.GroupFinder>
implements RemoteGroupService.RemoteGroupFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage
(PageRequest request) withMember
(User user) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, 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
-
Constructor Details
-
RemoteGroupFinderImpl
-
-
Method Details
-
withName
- Specified by:
withName
in interfaceRemoteGroupService.RemoteGroupFinder
-
withMember
- Specified by:
withMember
in interfaceRemoteGroupService.RemoteGroupFinder
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStage
in interfaceRemoteGroupService.RemoteGroupFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStage
in interfaceRemoteSingleFetcher<Group>
- See Also:
-