| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.AddMembership |
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="membershipInfo" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}MembershipData" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| group | |||||||||||
| membershipInfo | |||||||||||
| privacy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the membershipInfo property.
| |||||||||||
Gets the value of the privacy property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the membershipInfo 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 group property.
Gets the value of the membershipInfo property.
MembershipData
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 group property.
| value | Allowed object is String |
|---|
Sets the value of the membershipInfo property.
| value | Allowed object is
MembershipData
|
|---|
Sets the value of the privacy property.
| value | Allowed object is
Privacy
|
|---|