public class

SearchPrincipals

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.people.SearchPrincipals

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="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>
 

Summary

Fields
protected int maxResults
protected List<String> principalType
protected String searchText
Public Constructors
SearchPrincipals()
Public Methods
int getMaxResults()
Gets the value of the maxResults property.
List<String> getPrincipalType()
Gets the value of the principalType property.
String getSearchText()
Gets the value of the searchText property.
void setMaxResults(int value)
Sets the value of the maxResults property.
void setPrincipalType(List<String> value)
void setSearchText(String value)
Sets the value of the searchText property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int maxResults

protected List<String> principalType

protected String searchText

Public Constructors

public SearchPrincipals ()

Public Methods

public int getMaxResults ()

Gets the value of the maxResults property.

public List<String> getPrincipalType ()

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

public String getSearchText ()

Gets the value of the searchText property.

Returns
  • possible object is String

public void setMaxResults (int value)

Sets the value of the maxResults property.

Parameters
value

public void setPrincipalType (List<String> value)

Parameters
value

public void setSearchText (String value)

Sets the value of the searchText property.

Parameters
value Allowed object is String