Package com.mypurecloud.sdk.v2.model
Class EvaluationFormSearchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationFormSearchResponse
- All Implemented Interfaces:
Serializable
EvaluationFormSearchResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMode for evaluation form weight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe language dialect for this evaluation form.booleanevaluationSettings(EvaluationSettings evaluationSettings) Settings for evaluations associated with this formgetId()inthashCode()latestVersionFormName(String latestVersionFormName) The name of the form's most recently published versionmodifiedDate(Date modifiedDate) Date time is represented as an ISO-8601 string.publishedVersions(DomainEntityListingEvaluationForm publishedVersions) A list of the published versions of this form.questionGroups(List<EvaluationQuestionGroup> questionGroups) A list of question groupsvoidsetContextId(String contextId) voidsetDialect(String dialect) voidsetEvaluationSettings(EvaluationSettings evaluationSettings) voidsetLatestVersionFormName(String latestVersionFormName) voidsetModifiedDate(Date modifiedDate) voidsetPublished(Boolean published) voidsetPublishedVersions(DomainEntityListingEvaluationForm publishedVersions) voidsetQuestionGroups(List<EvaluationQuestionGroup> questionGroups) voidtoString()Mode for evaluation form weight
-
Constructor Details
-
EvaluationFormSearchResponse
public EvaluationFormSearchResponse() -
EvaluationFormSearchResponse
-
-
Method Details
-
getId
-
modifiedDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifiedDate
-
setModifiedDate
-
published
-
getPublished
-
setPublished
-
contextId
-
getContextId
-
setContextId
-
questionGroups
A list of question groups -
getQuestionGroups
-
setQuestionGroups
-
weightMode
public EvaluationFormSearchResponse weightMode(EvaluationFormSearchResponse.WeightModeEnum weightMode) Mode for evaluation form weight -
getWeightMode
-
setWeightMode
-
evaluationSettings
Settings for evaluations associated with this form -
getEvaluationSettings
-
setEvaluationSettings
-
publishedVersions
public EvaluationFormSearchResponse publishedVersions(DomainEntityListingEvaluationForm publishedVersions) A list of the published versions of this form. Not populated by default, its availability depends on the endpoint. Use the 'expand=publishHistory' query parameter to retrieve this data where applicable (refer to the endpoint description to see if it is applicable). -
getPublishedVersions
-
setPublishedVersions
-
latestVersionFormName
The name of the form's most recently published version -
getLatestVersionFormName
-
setLatestVersionFormName
-
getAiScoring
-
dialect
The language dialect for this evaluation form. Supported dialects: ar, cs, da, de, en-US, es, fi, fr, fr-CA, he, hi, it, ja, ko, nl, no, pl, pt-BR, pt-PT, ru, sv, th, tr, uk, zh-CN, zh-TW -
getDialect
-
setDialect
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-