public static class SendEmailActionNode.Addressee extends Object
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
TYPES
All types to how obtain addressee.
|
Constructor and Description |
---|
Addressee(org.json.JSONObject addressee)
Constructor to addressee JSON.
|
Addressee(String type,
String email,
String userAttributeId,
String eventAttributeId)
Constructor to full fields.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getEmail()
Returns the email.
|
protected String |
getEventAttributeId()
Returns the eventAttributeId.
|
protected String |
getType()
Returns the type.
|
protected String |
getUserAttributeId()
Returns the userAttributeId.
|
org.json.JSONObject |
toJSONObject()
Returns a JSON with object properties.
|
public Addressee(org.json.JSONObject addressee)
object
- the addressee JSONpublic org.json.JSONObject toJSONObject()
protected String getType()
protected String getEmail()
protected String getUserAttributeId()
protected String getEventAttributeId()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.