| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.userprofile.UpdateMembershipPrivacy |
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="sourceInternal" type="{http://microsoft.com/wsdl/types/}guid"/>
<element name="sourceReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newPrivacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| newPrivacy | |||||||||||
| sourceInternal | |||||||||||
| sourceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the newPrivacy property.
| |||||||||||
Gets the value of the sourceInternal property.
| |||||||||||
Gets the value of the sourceReference property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the newPrivacy property.
| |||||||||||
Sets the value of the sourceInternal property.
| |||||||||||
Sets the value of the sourceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the newPrivacy property.
Privacy
Gets the value of the sourceInternal property.
Guid
Gets the value of the sourceReference property.
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the newPrivacy property.
| value | Allowed object is
Privacy
|
|---|
Sets the value of the sourceInternal property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the sourceReference property.
| value | Allowed object is String |
|---|