Uses of Class
net.bluemind.user.api.UserMailIdentity
-
Uses of UserMailIdentity in net.bluemind.user.api
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
IUserMailIdentities.create
(String id, UserMailIdentity identity) Create anIdentity
.void
IUserMailIdentitiesAsync.create
(String uid, UserMailIdentity identity, AsyncHandler<Void> handler) IUserMailIdentitiesPromise.create
(String uid, UserMailIdentity identity) void
IUserMailIdentities.update
(String id, UserMailIdentity identity) Update an existingUserMailIdentity
.void
IUserMailIdentitiesAsync.update
(String uid, UserMailIdentity identity, AsyncHandler<Void> handler) IUserMailIdentitiesPromise.update
(String uid, UserMailIdentity identity) Modifier and TypeMethodDescriptionvoid
IUserMailIdentitiesAsync.get
(String uid, AsyncHandler<UserMailIdentity> handler)