|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicRecipientInfo
| Method Summary | |
|---|---|
int |
getEnterpriseUserID()
Returns the ID of the enterprise user associated with this recipient, or 0 if there is no enterprise user associated with the recipient. |
java.lang.String |
getIdentifyName()
Returns a value of the dynamic recipient identifier. |
java.lang.String |
getRecipientEmail()
Returns a value of the dynamic recipient e-mail. |
java.lang.String |
getRecipientFullName()
Returns a value of the dynamic recipient full name. |
void |
setEnterpriseUserID(int userID)
Sets the ID of the enterprise user associated with this recipient. |
void |
setIdentifyName(java.lang.String value)
Sets the value of the dynamic recipient identifier. |
void |
setRecipientEmail(java.lang.String value)
Sets the value of the dynamic recipient e-mail. |
void |
setRecipientFullName(java.lang.String value)
Sets the value of the dynamic recipient full name. |
| Method Detail |
|---|
java.lang.String getIdentifyName()
throws SDKException
Returns a value of the dynamic recipient identifier.
String of the dynamic recipient identifier.
SDKException
void setIdentifyName(java.lang.String value)
throws SDKException
Sets the value of the dynamic recipient identifier.
value - The dynamic recipient name value in String.
SDKException
java.lang.String getRecipientFullName()
throws SDKException
Returns a value of the dynamic recipient full name.
String of the dynamic recipient full name.
SDKException
void setRecipientFullName(java.lang.String value)
throws SDKException
Sets the value of the dynamic recipient full name.
value - The dynamic recipient full name.
SDKException
java.lang.String getRecipientEmail()
throws SDKException
Returns a value of the dynamic recipient e-mail.
String of the dynamic recipient e-mail.
SDKException
void setRecipientEmail(java.lang.String value)
throws SDKException
Sets the value of the dynamic recipient e-mail.
value - The dynamic recipient e-mail.
SDKException
int getEnterpriseUserID()
throws SDKException
Returns the ID of the enterprise user associated with this recipient, or 0 if there is no enterprise user associated with the recipient.
SDKException.
SDKException
void setEnterpriseUserID(int userID)
throws SDKException
Sets the ID of the enterprise user associated with this recipient.
userID - The recipient's enterprise user ID.
SDKException.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||