Package com.mypurecloud.sdk.v2.model
Class TrusteeAuditQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TrusteeAuditQueryRequest
- All Implemented Interfaces:
Serializable
TrusteeAuditQueryRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnding date/time for the audit search.booleanFacet information to be returned with the query results.Additional custom filters to be applied to the query.inthashCode()queryPhrase(String queryPhrase) Word or phrase to look for in audit bodies.voidsetEndDate(Date endDate) voidvoidsetFilters(List<Filter> filters) voidsetQueryPhrase(String queryPhrase) voidsetStartDate(Date startDate) voidsetTrusteeOrganizationIds(List<String> trusteeOrganizationIds) voidsetTrusteeUserIds(List<String> trusteeUserIds) Starting date/time for the audit search.toString()trusteeOrganizationIds(List<String> trusteeOrganizationIds) Limit returned audits to these trustee organizationIds.trusteeUserIds(List<String> trusteeUserIds) Limit returned audits to these trustee userIds.
-
Constructor Details
-
TrusteeAuditQueryRequest
public TrusteeAuditQueryRequest() -
TrusteeAuditQueryRequest
-
-
Method Details
-
trusteeOrganizationIds
Limit returned audits to these trustee organizationIds. -
getTrusteeOrganizationIds
-
setTrusteeOrganizationIds
-
trusteeUserIds
Limit returned audits to these trustee userIds. -
getTrusteeUserIds
-
setTrusteeUserIds
-
startDate
Starting date/time for the audit search. ISO-8601 formatted date-time, UTC. -
getStartDate
-
setStartDate
-
endDate
Ending date/time for the audit search. ISO-8601 formatted date-time, UTC. -
getEndDate
-
setEndDate
-
queryPhrase
Word or phrase to look for in audit bodies. -
getQueryPhrase
-
setQueryPhrase
-
facets
Facet information to be returned with the query results. -
getFacets
-
setFacets
-
filters
Additional custom filters to be applied to the query. -
getFilters
-
setFilters
-
equals
-
hashCode
public int hashCode() -
toString
-