public class

UpdateMembershipPrivacy

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.UpdateMembershipPrivacy

Class Overview

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>
 

Summary

Fields
protected String accountName
protected Privacy newPrivacy
protected Guid sourceInternal
protected String sourceReference
Public Constructors
UpdateMembershipPrivacy()
Public Methods
String getAccountName()
Gets the value of the accountName property.
Privacy getNewPrivacy()
Gets the value of the newPrivacy property.
Guid getSourceInternal()
Gets the value of the sourceInternal property.
String getSourceReference()
Gets the value of the sourceReference property.
void setAccountName(String value)
Sets the value of the accountName property.
void setNewPrivacy(Privacy value)
Sets the value of the newPrivacy property.
void setSourceInternal(Guid value)
Sets the value of the sourceInternal property.
void setSourceReference(String value)
Sets the value of the sourceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected Privacy newPrivacy

protected Guid sourceInternal

protected String sourceReference

Public Constructors

public UpdateMembershipPrivacy ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public Privacy getNewPrivacy ()

Gets the value of the newPrivacy property.

Returns

public Guid getSourceInternal ()

Gets the value of the sourceInternal property.

Returns
  • possible object is Guid

public String getSourceReference ()

Gets the value of the sourceReference property.

Returns
  • possible object is String

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setNewPrivacy (Privacy value)

Sets the value of the newPrivacy property.

Parameters
value Allowed object is Privacy

public void setSourceInternal (Guid value)

Sets the value of the sourceInternal property.

Parameters
value Allowed object is Guid

public void setSourceReference (String value)

Sets the value of the sourceReference property.

Parameters
value Allowed object is String