| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.MembershipData |
Java class for MembershipData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MembershipData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Source" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}MembershipSource"/>
<element name="MemberGroup" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}MemberGroupData" minOccurs="0"/>
<element name="Group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
<element name="MailNickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="MemberGroupID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayName | |||||||||||
| group | |||||||||||
| id | |||||||||||
| mailNickname | |||||||||||
| memberGroup | |||||||||||
| memberGroupID | |||||||||||
| privacy | |||||||||||
| source | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayName property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the mailNickname property.
| |||||||||||
Gets the value of the memberGroup property.
| |||||||||||
Gets the value of the memberGroupID property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Gets the value of the source property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the mailNickname property.
| |||||||||||
Sets the value of the memberGroup property.
| |||||||||||
Sets the value of the memberGroupID property.
| |||||||||||
Sets the value of the privacy property.
| |||||||||||
Sets the value of the source property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the displayName property.
Gets the value of the group property.
Gets the value of the id property.
Gets the value of the mailNickname property.
Gets the value of the memberGroup property.
MemberGroupData
Gets the value of the memberGroupID property.
Gets the value of the privacy property.
Privacy
Gets the value of the source property.
MembershipSource
Gets the value of the url property.
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the group property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value |
|---|
Sets the value of the mailNickname property.
| value | Allowed object is String |
|---|
Sets the value of the memberGroup property.
| value | Allowed object is
MemberGroupData
|
|---|
Sets the value of the memberGroupID property.
| value |
|---|
Sets the value of the privacy property.
| value | Allowed object is
Privacy
|
|---|
Sets the value of the source property.
| value | Allowed object is
MembershipSource
|
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|