public class

AddGroup

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.usergroup.AddGroup

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="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ownerIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ownerType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="defaultUserLoginName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String defaultUserLoginName
protected String description
protected String groupName
protected String ownerIdentifier
protected String ownerType
Public Constructors
AddGroup()
Public Methods
String getDefaultUserLoginName()
Gets the value of the defaultUserLoginName property.
String getDescription()
Gets the value of the description property.
String getGroupName()
Gets the value of the groupName property.
String getOwnerIdentifier()
Gets the value of the ownerIdentifier property.
String getOwnerType()
Gets the value of the ownerType property.
void setDefaultUserLoginName(String value)
Sets the value of the defaultUserLoginName property.
void setDescription(String value)
Sets the value of the description property.
void setGroupName(String value)
Sets the value of the groupName property.
void setOwnerIdentifier(String value)
Sets the value of the ownerIdentifier property.
void setOwnerType(String value)
Sets the value of the ownerType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String defaultUserLoginName

protected String description

protected String groupName

protected String ownerIdentifier

protected String ownerType

Public Constructors

public AddGroup ()

Public Methods

public String getDefaultUserLoginName ()

Gets the value of the defaultUserLoginName property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getGroupName ()

Gets the value of the groupName property.

Returns
  • possible object is String

public String getOwnerIdentifier ()

Gets the value of the ownerIdentifier property.

Returns
  • possible object is String

public String getOwnerType ()

Gets the value of the ownerType property.

Returns
  • possible object is String

public void setDefaultUserLoginName (String value)

Sets the value of the defaultUserLoginName property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setGroupName (String value)

Sets the value of the groupName property.

Parameters
value Allowed object is String

public void setOwnerIdentifier (String value)

Sets the value of the ownerIdentifier property.

Parameters
value Allowed object is String

public void setOwnerType (String value)

Sets the value of the ownerType property.

Parameters
value Allowed object is String