Uses of Class
net.bluemind.user.api.UserMailIdentity
Packages that use UserMailIdentity
-
Uses of UserMailIdentity in net.bluemind.user.api
Methods in net.bluemind.user.api that return UserMailIdentityMethods in net.bluemind.user.api that return types with arguments of type UserMailIdentityModifier and TypeMethodDescriptionMethods in net.bluemind.user.api with parameters of type UserMailIdentityModifier 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) Method parameters in net.bluemind.user.api with type arguments of type UserMailIdentityModifier and TypeMethodDescriptionvoid
IUserMailIdentitiesAsync.get
(String uid, AsyncHandler<UserMailIdentity> handler)