|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.VCardAgent
public final class VCardAgent
Represents a vCard Agent property
Constructor Summary | |
---|---|
VCardAgent()
Initializes a new instance of the VCardAgent class |
Method Summary | |
---|---|
VCardContact |
getAgentCard()
Gets or sets an agent's card ( null if ValueLocation is not INLINE ) |
String |
getUri()
Gets or sets a uri of agent card ( null if ValueLocation is INLINE ) |
VCardValueLocation |
getValueLocation()
Gets or sets a value location |
void |
setAgentCard(VCardContact value)
|
void |
setUri(String value)
|
void |
setValueLocation(VCardValueLocation value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardAgent()
Initializes a new instance of the VCardAgent
class
Method Detail |
---|
public VCardValueLocation getValueLocation()
Gets or sets a value location
public void setValueLocation(VCardValueLocation value)
public String getUri()
Gets or sets a uri of agent card (null
if ValueLocation
is INLINE
)
public void setUri(String value)
public VCardContact getAgentCard()
Gets or sets an agent's card (null
if ValueLocation
is not INLINE
)
public void setAgentCard(VCardContact value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |