Package com.mypurecloud.sdk.v2.model
Class AnalyticsSurvey
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsSurvey
- All Implemented Interfaces:
Serializable
AnalyticsSurvey
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the survey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies when an event occurred.inthashCode()oSurveyTotalScore(Long oSurveyTotalScore) The ID of the associated queuevoidsetEventTime(Date eventTime) voidsetOSurveyTotalScore(Long oSurveyTotalScore) voidsetQueueId(String queueId) voidsetSurveyCompletedDate(Date surveyCompletedDate) voidsetSurveyFormContextId(String surveyFormContextId) voidsetSurveyFormId(String surveyFormId) voidsetSurveyFormName(String surveyFormName) voidsetSurveyId(String surveyId) voidsetSurveyPartialResponse(Boolean surveyPartialResponse) voidsetSurveyPromoterScore(Integer surveyPromoterScore) voidsetSurveyStatus(String surveyStatus) voidsetSurveyType(AnalyticsSurvey.SurveyTypeEnum surveyType) voidsurveyCompletedDate(Date surveyCompletedDate) Completion datetime of the survey in ISO 8601 formatsurveyFormContextId(String surveyFormContextId) Unique identifier for the survey form, regardless of versionsurveyFormId(String surveyFormId) ID of the survey form usedsurveyFormName(String surveyFormName) Name of the survey form usedID of the surveysurveyPartialResponse(Boolean surveyPartialResponse) Whether the survey was completed with any required questions unanswered.surveyPromoterScore(Integer surveyPromoterScore) Score of the survey used with NPSsurveyStatus(String surveyStatus) The status of the surveysurveyType(AnalyticsSurvey.SurveyTypeEnum surveyType) The type of the surveytoString()ID of the agent the survey was performed against
-
Constructor Details
-
AnalyticsSurvey
public AnalyticsSurvey() -
AnalyticsSurvey
-
-
Method Details
-
eventTime
Specifies when an event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventTime
-
setEventTime
-
queueId
The ID of the associated queue -
getQueueId
-
setQueueId
-
surveyCompletedDate
Completion datetime of the survey in ISO 8601 format -
getSurveyCompletedDate
-
setSurveyCompletedDate
-
surveyFormContextId
Unique identifier for the survey form, regardless of version -
getSurveyFormContextId
-
setSurveyFormContextId
-
surveyFormId
ID of the survey form used -
getSurveyFormId
-
setSurveyFormId
-
surveyFormName
Name of the survey form used -
getSurveyFormName
-
setSurveyFormName
-
surveyId
ID of the survey -
getSurveyId
-
setSurveyId
-
surveyPartialResponse
Whether the survey was completed with any required questions unanswered. -
getSurveyPartialResponse
-
setSurveyPartialResponse
-
surveyPromoterScore
Score of the survey used with NPS -
getSurveyPromoterScore
-
setSurveyPromoterScore
-
surveyStatus
The status of the survey -
getSurveyStatus
-
setSurveyStatus
-
surveyType
The type of the survey -
getSurveyType
-
setSurveyType
-
userId
ID of the agent the survey was performed against -
getUserId
-
setUserId
-
oSurveyTotalScore
-
getOSurveyTotalScore
-
setOSurveyTotalScore
-
equals
-
hashCode
public int hashCode() -
toString
-