Uses of Class
com.mypurecloud.sdk.v2.model.SurveyAssignment
Packages that use SurveyAssignment
-
Uses of SurveyAssignment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyAssignmentModifier and TypeMethodDescriptionSurveyAssignment.flow(DomainEntityRef flow) The URI reference to the flow associated with this survey.SurveyAssignment.inviteTimeInterval(String inviteTimeInterval) An ISO 8601 repeated interval consisting of the number of repetitions, the start datetime, and the interval (e.g.SurveyAssignment.sendingDomain(String sendingDomain) Validated email domain, requiredSurveyAssignment.sendingUser(String sendingUser) User together with sendingDomain used to send email, null to use no-replySurveyAssignment.surveyForm(PublishedSurveyFormReference surveyForm) The survey form used for this survey.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SurveyAssignmentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SurveyAssignmentModifier and TypeMethodDescriptionPolicyActions.assignSurveys(List<SurveyAssignment> assignSurveys) voidPolicyActions.setAssignSurveys(List<SurveyAssignment> assignSurveys)