| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected ContactSourceType |
ContactItemType.contactSource |
protected ContactSourceType |
DistributionListType.contactSource |
| Modifier and Type | Method and Description |
|---|---|
static ContactSourceType |
ContactSourceType.fromValue(String v) |
ContactSourceType |
ContactItemType.getContactSource()
Gets the value of the contactSource property.
|
ContactSourceType |
DistributionListType.getContactSource()
Gets the value of the contactSource property.
|
static ContactSourceType |
ContactSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactSourceType[] |
ContactSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactItemType.setContactSource(ContactSourceType value)
Sets the value of the contactSource property.
|
void |
DistributionListType.setContactSource(ContactSourceType value)
Sets the value of the contactSource property.
|
Copyright © 2015 Jasig. All Rights Reserved.