Uses of Class
com.atlassian.confluence.api.model.people.UserKey
Packages that use UserKey
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of UserKey in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return UserKeyModifier and TypeMethodDescriptionPersonServiceImpl.create
(UserDetailsForCreation userDetailsForCreation) ReadOnlyPersonService.create
(UserDetailsForCreation userDetailsForCreation) -
Uses of UserKey in com.atlassian.confluence.api.model.people
Methods in com.atlassian.confluence.api.model.people that return UserKey -
Uses of UserKey in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return UserKeyModifier and TypeMethodDescriptionPersonService.create
(UserDetailsForCreation userDetailsForCreation) Create a new active user -
Uses of UserKey in com.atlassian.confluence.internal.api.incrementalsync.model
Methods in com.atlassian.confluence.internal.api.incrementalsync.model that return UserKeyMethods in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type UserKeyModifier and TypeMethodDescriptionvoid
IncrementalSyncSubscription.setSubscriberUserKey
(UserKey subscriberUserKey) Constructors in com.atlassian.confluence.internal.api.incrementalsync.model with parameters of type UserKeyModifierConstructorDescriptionIncrementalSyncSubscription
(long id, String contextKey, UserKey subscriberUserKey, long mostRecentId, IncrementalSyncState state, String subscriptionData, Instant lastAccessTime) -
Uses of UserKey in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type UserKeyModifier and TypeMethodDescriptionRemotePersonService.create
(UserDetailsForCreation userDetailsForCreation) Create a new active userRemotePersonServiceImpl.create
(UserDetailsForCreation userDetailsForCreation)