Package com.mypurecloud.sdk.v2.model
Class AuditQueryExecutionLargeResultsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AuditQueryExecutionLargeResultsResponse
- All Implemented Interfaces:
Serializable
AuditQueryExecutionLargeResultsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional cursor to indicate where to resume the results.downloadUrl(String downloadUrl) The presigned url which can be used to download the results.booleangetId()inthashCode()Id of the audit query execution request.Number of results in a page.voidvoidsetDownloadUrl(String downloadUrl) voidvoidsetPageSize(Integer pageSize) toString()
-
Constructor Details
-
AuditQueryExecutionLargeResultsResponse
public AuditQueryExecutionLargeResultsResponse() -
AuditQueryExecutionLargeResultsResponse
-
-
Method Details
-
id
Id of the audit query execution request. -
getId
-
setId
-
pageSize
Number of results in a page. -
getPageSize
-
setPageSize
-
cursor
Optional cursor to indicate where to resume the results. -
getCursor
-
setCursor
-
downloadUrl
The presigned url which can be used to download the results. -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-