| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.InCommonData |
Java class for InCommonData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InCommonData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Manager" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ContactData" minOccurs="0"/>
<element name="Colleagues" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfContactData" minOccurs="0"/>
<element name="Memberships" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfMembershipData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| colleagues | |||||||||||
| manager | |||||||||||
| memberships | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the colleagues property.
| |||||||||||
Gets the value of the manager property.
| |||||||||||
Gets the value of the memberships property.
| |||||||||||
Sets the value of the colleagues property.
| |||||||||||
Sets the value of the manager property.
| |||||||||||
Sets the value of the memberships property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the colleagues property.
ArrayOfContactData
Gets the value of the manager property.
ContactData
Gets the value of the memberships property.
ArrayOfMembershipData
Sets the value of the colleagues property.
| value | Allowed object is
ArrayOfContactData
|
|---|
Sets the value of the manager property.
| value | Allowed object is
ContactData
|
|---|
Sets the value of the memberships property.
| value | Allowed object is
ArrayOfMembershipData
|
|---|