Package com.mypurecloud.sdk.v2.model
Class AuditRealtimeRelatedRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AuditRealtimeRelatedRequest
- All Implemented Interfaces:
Serializable
AuditRealtimeRelatedRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the audit of which related audits will be retrieved.booleangetSort()inthashCode()voidsetAuditId(String auditId) voidsetSort(List<AuditQuerySort> sort) voidsetTrustorOrgId(String trustorOrgId) sort(List<AuditQuerySort> sort) Sort parameter for the query.toString()trustorOrgId(String trustorOrgId) The id of the trustor org to which the audit belongs.
-
Constructor Details
-
AuditRealtimeRelatedRequest
public AuditRealtimeRelatedRequest() -
AuditRealtimeRelatedRequest
-
-
Method Details
-
auditId
The id of the audit of which related audits will be retrieved. -
getAuditId
-
setAuditId
-
trustorOrgId
The id of the trustor org to which the audit belongs. Used when searching for audits performed by a trustee user within a trustor org. -
getTrustorOrgId
-
setTrustorOrgId
-
sort
Sort parameter for the query. -
getSort
-
setSort
-
equals
-
hashCode
public int hashCode() -
toString
-