ExchangeDistributionList
Contents
[
Hide
]Inheritance: java.lang.Object
public class ExchangeDistributionList
Represents a Distribution List properties
Constructors
| Constructor | Description |
|---|---|
| ExchangeDistributionList() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getChangeKey() | Change key of list |
| getClass() | |
| getDisplayName() | Display name of list |
| getId() | Id of list |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setChangeKey(String value) | Change key of list |
| setDisplayName(String value) | Display name of list |
| setId(String value) | Id of list |
| toMailAddress() | Converts the value of the instance to MailAddress. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ExchangeDistributionList()
public ExchangeDistributionList()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getChangeKey()
public final String getChangeKey()
Change key of list
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDisplayName()
public final String getDisplayName()
Display name of list
Returns: java.lang.String
getId()
public final String getId()
Id of list
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setChangeKey(String value)
public final void setChangeKey(String value)
Change key of list
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setDisplayName(String value)
public final void setDisplayName(String value)
Display name of list
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setId(String value)
public final void setId(String value)
Id of list
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toMailAddress()
public final MailAddress toMailAddress()
Converts the value of the instance to MailAddress.
Returns: MailAddress
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |