Package com.scene7.ipsapi
Class GetUsersParam
java.lang.Object
com.scene7.ipsapi.GetUsersParam
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="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/2024-05-30-beta}HandleArray" minOccurs="0"/>
<element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}HandleArray" minOccurs="0"/>
<element name="userRoleArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the charFilter property.Gets the value of the charFilterField property.Gets the value of the companyHandleArray property.Gets the value of the groupHandleArray property.Gets the value of the recordsPerPage property.Gets the value of the resultsPage property.Gets the value of the sortBy property.Gets the value of the userRoleArray property.Gets the value of the includeInactive property.Gets the value of the includeInvalid property.voidsetCharFilter(String value) Sets the value of the charFilter property.voidsetCharFilterField(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(Boolean value) Sets the value of the includeInactive property.voidsetIncludeInvalid(Boolean value) Sets the value of the includeInvalid property.voidsetRecordsPerPage(Integer value) Sets the value of the recordsPerPage property.voidsetResultsPage(Integer value) Sets the value of the resultsPage property.voidSets the value of the sortBy property.voidsetUserRoleArray(StringArray value) Sets the value of the userRoleArray property.
-
Constructor Details
-
GetUsersParam
public GetUsersParam()
-
-
Method Details
-
isIncludeInvalid
Gets the value of the includeInvalid property.- Returns:
- possible object is
Boolean
-
setIncludeInvalid
Sets the value of the includeInvalid property.- Parameters:
value- allowed object isBoolean
-
isIncludeInactive
Gets the value of the includeInactive property.- Returns:
- possible object is
Boolean
-
setIncludeInactive
Sets the value of the includeInactive property.- Parameters:
value- allowed object isBoolean
-
getCompanyHandleArray
Gets the value of the companyHandleArray property.- Returns:
- possible object is
HandleArray
-
setCompanyHandleArray
Sets the value of the companyHandleArray property.- Parameters:
value- allowed object isHandleArray
-
getGroupHandleArray
Gets the value of the groupHandleArray property.- Returns:
- possible object is
HandleArray
-
setGroupHandleArray
Sets the value of the groupHandleArray property.- Parameters:
value- allowed object isHandleArray
-
getUserRoleArray
Gets the value of the userRoleArray property.- Returns:
- possible object is
StringArray
-
setUserRoleArray
Sets the value of the userRoleArray property.- Parameters:
value- allowed object isStringArray
-
getCharFilterField
Gets the value of the charFilterField property.- Returns:
- possible object is
String
-
setCharFilterField
Sets the value of the charFilterField property.- Parameters:
value- allowed object isString
-
getCharFilter
Gets the value of the charFilter property.- Returns:
- possible object is
String
-
setCharFilter
Sets the value of the charFilter property.- Parameters:
value- allowed object isString
-
getSortBy
Gets the value of the sortBy property.- Returns:
- possible object is
String
-
setSortBy
Sets the value of the sortBy property.- Parameters:
value- allowed object isString
-
getRecordsPerPage
Gets the value of the recordsPerPage property.- Returns:
- possible object is
Integer
-
setRecordsPerPage
Sets the value of the recordsPerPage property.- Parameters:
value- allowed object isInteger
-
getResultsPage
Gets the value of the resultsPage property.- Returns:
- possible object is
Integer
-
setResultsPage
Sets the value of the resultsPage property.- Parameters:
value- allowed object isInteger
-