| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.people.SearchPrincipals |
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="searchText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="principalType" type="{http://schemas.microsoft.com/sharepoint/soap/}SPPrincipalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| maxResults | |||||||||||
| principalType | |||||||||||
| searchText | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the maxResults property.
| |||||||||||
Gets the value of the principalType property.
| |||||||||||
Gets the value of the searchText property.
| |||||||||||
Sets the value of the maxResults property.
| |||||||||||
Sets the value of the searchText property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the maxResults property.
Gets the value of the principalType property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the principalType property.
For example, to add a new item, do as follows:
getPrincipalType().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the searchText property.
Sets the value of the maxResults property.
| value |
|---|
| value |
|---|
Sets the value of the searchText property.
| value | Allowed object is String |
|---|