Package com.mypurecloud.sdk.v2.model
Class TrustorAuditQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TrustorAuditQueryRequest
- All Implemented Interfaces:
Serializable
TrustorAuditQueryRequest
- 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) voidsetTrusteeUserIds(List<String> trusteeUserIds) voidsetTrustorOrganizationId(String trustorOrganizationId) Starting date/time for the audit search.toString()trusteeUserIds(List<String> trusteeUserIds) Limit returned audits to these trustee userIds.trustorOrganizationId(String trustorOrganizationId) Limit returned audits to this trustor organizationId.
-
Constructor Details
-
TrustorAuditQueryRequest
public TrustorAuditQueryRequest() -
TrustorAuditQueryRequest
-
-
Method Details
-
trustorOrganizationId
Limit returned audits to this trustor organizationId. -
getTrustorOrganizationId
-
setTrustorOrganizationId
-
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
-