|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.edc.server.spi.ersp.InvitedUserProviderResult
public class InvitedUserProviderResult
The InvitedUserProviderResult
class is used by the
InvitedUserProvider
interface to return the result as
part of the invitedUser()
method.
Constructor Summary | |
---|---|
InvitedUserProviderResult()
|
Method Summary | |
---|---|
java.lang.String |
getEmail()
Retrieves the email name. |
User |
getUser()
Retrieves the successfully created user from the InvitedUserProvider interface. |
void |
setEmail(java.lang.String email)
Sets the email. |
void |
setUser(User u)
Sets the successfully created user during the call to invitedUser() . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvitedUserProviderResult()
Method Detail |
---|
public java.lang.String getEmail()
java.lang.String
containing the email name.public void setEmail(java.lang.String email)
email
- The email name.public User getUser()
InvitedUserProvider
interface.
public void setUser(User u)
invitedUser()
.
u
- The user name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |