Package com.scene7.ipsapi
Class GetUsersParam
- java.lang.Object
 - 
- com.scene7.ipsapi.GetUsersParam
 
 
- 
public class GetUsersParam extends java.lang.ObjectJava 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="includeInvalid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="includeInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="companyHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="userRoleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}StringArray" minOccurs="0"/> <element name="charFilterField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="charFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sortBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="recordsPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resultsPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description GetUsersParam() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCharFilter()Gets the value of the charFilter property.java.lang.StringgetCharFilterField()Gets the value of the charFilterField property.HandleArraygetCompanyHandleArray()Gets the value of the companyHandleArray property.HandleArraygetGroupHandleArray()Gets the value of the groupHandleArray property.java.lang.IntegergetRecordsPerPage()Gets the value of the recordsPerPage property.java.lang.IntegergetResultsPage()Gets the value of the resultsPage property.java.lang.StringgetSortBy()Gets the value of the sortBy property.StringArraygetUserRoleArray()Gets the value of the userRoleArray property.java.lang.BooleanisIncludeInactive()Gets the value of the includeInactive property.java.lang.BooleanisIncludeInvalid()Gets the value of the includeInvalid property.voidsetCharFilter(java.lang.String value)Sets the value of the charFilter property.voidsetCharFilterField(java.lang.String value)Sets the value of the charFilterField property.voidsetCompanyHandleArray(HandleArray value)Sets the value of the companyHandleArray property.voidsetGroupHandleArray(HandleArray value)Sets the value of the groupHandleArray property.voidsetIncludeInactive(java.lang.Boolean value)Sets the value of the includeInactive property.voidsetIncludeInvalid(java.lang.Boolean value)Sets the value of the includeInvalid property.voidsetRecordsPerPage(java.lang.Integer value)Sets the value of the recordsPerPage property.voidsetResultsPage(java.lang.Integer value)Sets the value of the resultsPage property.voidsetSortBy(java.lang.String value)Sets the value of the sortBy property.voidsetUserRoleArray(StringArray value)Sets the value of the userRoleArray property. 
 - 
 
- 
- 
Method Detail
- 
isIncludeInvalid
public java.lang.Boolean isIncludeInvalid()
Gets the value of the includeInvalid property.- Returns:
 - possible object is
     
Boolean 
 
- 
setIncludeInvalid
public void setIncludeInvalid(java.lang.Boolean value)
Sets the value of the includeInvalid property.- Parameters:
 value- allowed object isBoolean
 
- 
isIncludeInactive
public java.lang.Boolean isIncludeInactive()
Gets the value of the includeInactive property.- Returns:
 - possible object is
     
Boolean 
 
- 
setIncludeInactive
public void setIncludeInactive(java.lang.Boolean value)
Sets the value of the includeInactive property.- Parameters:
 value- allowed object isBoolean
 
- 
getCompanyHandleArray
public HandleArray getCompanyHandleArray()
Gets the value of the companyHandleArray property.- Returns:
 - possible object is
     
HandleArray 
 
- 
setCompanyHandleArray
public void setCompanyHandleArray(HandleArray value)
Sets the value of the companyHandleArray property.- Parameters:
 value- allowed object isHandleArray
 
- 
getGroupHandleArray
public HandleArray getGroupHandleArray()
Gets the value of the groupHandleArray property.- Returns:
 - possible object is
     
HandleArray 
 
- 
setGroupHandleArray
public void setGroupHandleArray(HandleArray value)
Sets the value of the groupHandleArray property.- Parameters:
 value- allowed object isHandleArray
 
- 
getUserRoleArray
public StringArray getUserRoleArray()
Gets the value of the userRoleArray property.- Returns:
 - possible object is
     
StringArray 
 
- 
setUserRoleArray
public void setUserRoleArray(StringArray value)
Sets the value of the userRoleArray property.- Parameters:
 value- allowed object isStringArray
 
- 
getCharFilterField
public java.lang.String getCharFilterField()
Gets the value of the charFilterField property.- Returns:
 - possible object is
     
String 
 
- 
setCharFilterField
public void setCharFilterField(java.lang.String value)
Sets the value of the charFilterField property.- Parameters:
 value- allowed object isString
 
- 
getCharFilter
public java.lang.String getCharFilter()
Gets the value of the charFilter property.- Returns:
 - possible object is
     
String 
 
- 
setCharFilter
public void setCharFilter(java.lang.String value)
Sets the value of the charFilter property.- Parameters:
 value- allowed object isString
 
- 
getSortBy
public java.lang.String getSortBy()
Gets the value of the sortBy property.- Returns:
 - possible object is
     
String 
 
- 
setSortBy
public void setSortBy(java.lang.String value)
Sets the value of the sortBy property.- Parameters:
 value- allowed object isString
 
- 
getRecordsPerPage
public java.lang.Integer getRecordsPerPage()
Gets the value of the recordsPerPage property.- Returns:
 - possible object is
     
Integer 
 
- 
setRecordsPerPage
public void setRecordsPerPage(java.lang.Integer value)
Sets the value of the recordsPerPage property.- Parameters:
 value- allowed object isInteger
 
- 
getResultsPage
public java.lang.Integer getResultsPage()
Gets the value of the resultsPage property.- Returns:
 - possible object is
     
Integer 
 
- 
setResultsPage
public void setResultsPage(java.lang.Integer value)
Sets the value of the resultsPage property.- Parameters:
 value- allowed object isInteger
 
 - 
 
 -