| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfStringsType |
ItemType.categories |
protected ArrayOfStringsType |
ContactItemType.children |
protected ArrayOfStringsType |
ContactItemType.companies |
protected ArrayOfStringsType |
TaskType.companies |
protected ArrayOfStringsType |
TaskType.contacts |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfStringsType |
ObjectFactory.createArrayOfStringsType()
Create an instance of
ArrayOfStringsType |
ArrayOfStringsType |
ItemType.getCategories()
Gets the value of the categories property.
|
ArrayOfStringsType |
ContactItemType.getChildren()
Gets the value of the children property.
|
ArrayOfStringsType |
ContactItemType.getCompanies()
Gets the value of the companies property.
|
ArrayOfStringsType |
TaskType.getCompanies()
Gets the value of the companies property.
|
ArrayOfStringsType |
TaskType.getContacts()
Gets the value of the contacts property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemType.setCategories(ArrayOfStringsType value)
Sets the value of the categories property.
|
void |
ContactItemType.setChildren(ArrayOfStringsType value)
Sets the value of the children property.
|
void |
ContactItemType.setCompanies(ArrayOfStringsType value)
Sets the value of the companies property.
|
void |
TaskType.setCompanies(ArrayOfStringsType value)
Sets the value of the companies property.
|
void |
TaskType.setContacts(ArrayOfStringsType value)
Sets the value of the contacts property.
|
Copyright © 2015 Jasig. All Rights Reserved.