public class

UpdateColleaguePrivacy

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

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="colleagueAccountName" 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 String colleagueAccountName
protected Privacy newPrivacy
Public Constructors
UpdateColleaguePrivacy()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getColleagueAccountName()
Gets the value of the colleagueAccountName property.
Privacy getNewPrivacy()
Gets the value of the newPrivacy property.
void setAccountName(String value)
Sets the value of the accountName property.
void setColleagueAccountName(String value)
Sets the value of the colleagueAccountName property.
void setNewPrivacy(Privacy value)
Sets the value of the newPrivacy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected String colleagueAccountName

protected Privacy newPrivacy

Public Constructors

public UpdateColleaguePrivacy ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public String getColleagueAccountName ()

Gets the value of the colleagueAccountName property.

Returns
  • possible object is String

public Privacy getNewPrivacy ()

Gets the value of the newPrivacy property.

Returns

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setColleagueAccountName (String value)

Sets the value of the colleagueAccountName 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