Class RemotePersonServiceImpl.RemotePersonFinderImpl
java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<PersonService.PersonFinder>
com.atlassian.confluence.rest.client.RemotePersonServiceImpl.RemotePersonFinderImpl
- All Implemented Interfaces:
RemoteManyFetcher<Person>,RemotePersonService.RemotePersonFinder,RemotePersonService.RemotePersonManyFetcher<Person>,RemotePersonService.RemotePersonSingleFetcher,RemoteSingleFetcher<Person>
- Enclosing class:
- RemotePersonServiceImpl
public class RemotePersonServiceImpl.RemotePersonFinderImpl
extends AbstractRemoteService<PersonService.PersonFinder>
implements RemotePersonService.RemotePersonFinder
-
Field Summary
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemotePersonFinderImpl(AbstractRemoteService other, Expansion... expansions) -
Method Summary
Modifier and TypeMethodDescriptionfetchManyCompletionStage(PageRequest pageRequest) withMembershipOf(Group group) withUserKey(com.atlassian.sal.api.user.UserKey key) withUsername(String username) 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
-
Constructor Details
-
RemotePersonFinderImpl
-
-
Method Details
-
withUserKey
- Specified by:
withUserKeyin interfaceRemotePersonService.RemotePersonFinder
-
withUsername
- Specified by:
withUsernamein interfaceRemotePersonService.RemotePersonFinder
-
withMembershipOf
- Specified by:
withMembershipOfin interfaceRemotePersonService.RemotePersonFinder
-
fetchCompletionStage
- Specified by:
fetchCompletionStagein interfaceRemoteSingleFetcher<Person>- Since:
- 9.0
- See Also:
-
fetchManyCompletionStage
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<Person>- Specified by:
fetchManyCompletionStagein interfaceRemotePersonService.RemotePersonManyFetcher<Person>- Since:
- 9.0
-