| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.usergroup.AddGroup |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultUserLoginName | |||||||||||
| description | |||||||||||
| groupName | |||||||||||
| ownerIdentifier | |||||||||||
| ownerType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultUserLoginName property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the groupName property.
| |||||||||||
Gets the value of the ownerIdentifier property.
| |||||||||||
Gets the value of the ownerType property.
| |||||||||||
Sets the value of the defaultUserLoginName property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the groupName property.
| |||||||||||
Sets the value of the ownerIdentifier property.
| |||||||||||
Sets the value of the ownerType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultUserLoginName property.
Gets the value of the description property.
Gets the value of the groupName property.
Gets the value of the ownerIdentifier property.
Gets the value of the ownerType property.
Sets the value of the defaultUserLoginName property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the groupName property.
| value | Allowed object is String |
|---|
Sets the value of the ownerIdentifier property.
| value | Allowed object is String |
|---|
Sets the value of the ownerType property.
| value | Allowed object is String |
|---|