| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.AddColleague |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="colleagueAccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
<element name="isInWorkGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| colleagueAccountName | |||||||||||
| group | |||||||||||
| isInWorkGroup | |||||||||||
| privacy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the colleagueAccountName property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the isInWorkGroup property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the colleagueAccountName property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the isInWorkGroup property.
| |||||||||||
Sets the value of the privacy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the colleagueAccountName property.
Gets the value of the group property.
Gets the value of the isInWorkGroup property. This getter has been renamed from isIsInWorkGroup() to getIsInWorkGroup() by cxf-xjc-boolean plugin.
Gets the value of the privacy property.
Privacy
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the colleagueAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the group property.
| value | Allowed object is String |
|---|
Sets the value of the isInWorkGroup property.
| value |
|---|
Sets the value of the privacy property.
| value | Allowed object is
Privacy
|
|---|