public class

AddColleagueWithoutEmailNotification

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

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="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="privacy" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}Privacy"/>
         <element name="isInWorkGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountName
protected String colleagueAccountName
protected String group
protected boolean isInWorkGroup
protected Privacy privacy
Public Constructors
AddColleagueWithoutEmailNotification()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getColleagueAccountName()
Gets the value of the colleagueAccountName property.
String getGroup()
Gets the value of the group property.
boolean getIsInWorkGroup()
Gets the value of the isInWorkGroup property.
Privacy getPrivacy()
Gets the value of the privacy property.
void setAccountName(String value)
Sets the value of the accountName property.
void setColleagueAccountName(String value)
Sets the value of the colleagueAccountName property.
void setGroup(String value)
Sets the value of the group property.
void setIsInWorkGroup(boolean value)
Sets the value of the isInWorkGroup property.
void setPrivacy(Privacy value)
Sets the value of the privacy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected String colleagueAccountName

protected String group

protected boolean isInWorkGroup

protected Privacy privacy

Public Constructors

public AddColleagueWithoutEmailNotification ()

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 String getGroup ()

Gets the value of the group property.

Returns
  • possible object is String

public boolean getIsInWorkGroup ()

Gets the value of the isInWorkGroup property. This getter has been renamed from isIsInWorkGroup() to getIsInWorkGroup() by cxf-xjc-boolean plugin.

public Privacy getPrivacy ()

Gets the value of the privacy 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 setGroup (String value)

Sets the value of the group property.

Parameters
value Allowed object is String

public void setIsInWorkGroup (boolean value)

Sets the value of the isInWorkGroup property.

Parameters
value

public void setPrivacy (Privacy value)

Sets the value of the privacy property.

Parameters
value Allowed object is Privacy