Class GetQualityEvaluationsQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetQualityEvaluationsQueryRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetAgentHasRead(Boolean agentHasRead) voidsetAgentTeamId(String agentTeamId) voidsetAgentUserId(String agentUserId) voidsetAssigneeUserId(String assigneeUserId) voidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetEndTime(String endTime) voidsetEvaluationState(List<String> evaluationState) voidsetEvaluatorUserId(String evaluatorUserId) voidvoidsetExpandAnswerTotalScores(Boolean expandAnswerTotalScores) voidsetFormContextId(String formContextId) voidsetIncludeDeletedUsers(Boolean includeDeletedUsers) voidsetIsReleased(Boolean isReleased) voidsetMaximum(Integer maximum) voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidsetPreviousPage(String previousPage) voidsetQueueId(String queueId) voidsetSortOrder(String sortOrder) voidsetStartTime(String startTime) withAgentHasRead(Boolean agentHasRead) withAgentTeamId(String agentTeamId) withAgentUserId(String agentUserId) withAssigneeUserId(String assigneeUserId) withConversationId(String conversationId) withCustomHeader(String name, String value) withEndTime(String endTime) withEvaluationState(List<String> evaluationState) withEvaluatorUserId(String evaluatorUserId) withExpand(List<String> expand) withExpandAnswerTotalScores(Boolean expandAnswerTotalScores) withFormContextId(String formContextId) withIncludeDeletedUsers(Boolean includeDeletedUsers) withIsReleased(Boolean isReleased) withMaximum(Integer maximum) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withPreviousPage(String previousPage) withQueueId(String queueId) withSortOrder(String sortOrder) withStartTime(String startTime)
-
Constructor Details
-
GetQualityEvaluationsQueryRequest
public GetQualityEvaluationsQueryRequest()
-
-
Method Details
-
getPageSize
-
setPageSize
-
withPageSize
-
getPageNumber
-
setPageNumber
-
withPageNumber
-
getExpand
-
setExpand
-
withExpand
-
getPreviousPage
-
setPreviousPage
-
withPreviousPage
-
getConversationId
-
setConversationId
-
withConversationId
-
getAgentUserId
-
setAgentUserId
-
withAgentUserId
-
getAgentTeamId
-
setAgentTeamId
-
withAgentTeamId
-
getEvaluatorUserId
-
setEvaluatorUserId
-
withEvaluatorUserId
-
getAssigneeUserId
-
setAssigneeUserId
-
withAssigneeUserId
-
getQueueId
-
setQueueId
-
withQueueId
-
getStartTime
-
setStartTime
-
withStartTime
-
getEndTime
-
setEndTime
-
withEndTime
-
getFormContextId
-
setFormContextId
-
withFormContextId
-
getEvaluationState
-
setEvaluationState
-
withEvaluationState
-
getIsReleased
-
setIsReleased
-
withIsReleased
-
getAgentHasRead
-
setAgentHasRead
-
withAgentHasRead
-
getExpandAnswerTotalScores
-
setExpandAnswerTotalScores
-
withExpandAnswerTotalScores
public GetQualityEvaluationsQueryRequest withExpandAnswerTotalScores(Boolean expandAnswerTotalScores) -
getMaximum
-
setMaximum
-
withMaximum
-
getSortOrder
-
setSortOrder
-
withSortOrder
-
getIncludeDeletedUsers
-
setIncludeDeletedUsers
-
withIncludeDeletedUsers
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-