public class InvitedIdentity extends Object
| Constructor and Description |
|---|
InvitedIdentity()
Instantiates a new invited identity.
|
InvitedIdentity(String id,
String type)
Instantiates a new invited identity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity()
Gets the identity.
|
String |
getType()
Gets the type.
|
void |
setIdentity(String id)
Sets the identity.
|
void |
setType(String type)
Sets the type.
|
public String getIdentity()
public void setIdentity(String id)
id - the new identitypublic String getType()
public void setType(String type)
type - the new typeCopyright © 2003–2021 eXo Platform SAS. All rights reserved.