Package com.mypurecloud.sdk.v2.model
Class SurveyAssignment
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyAssignment
- All Implemented Interfaces:
Serializable
SurveyAssignment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflow(DomainEntityRef flow) The URI reference to the flow associated with this survey.getFlow()inthashCode()inviteTimeInterval(String inviteTimeInterval) An ISO 8601 repeated interval consisting of the number of repetitions, the start datetime, and the interval (e.g.sendingDomain(String sendingDomain) Validated email domain, requiredsendingUser(String sendingUser) User together with sendingDomain used to send email, null to use no-replyvoidsetFlow(DomainEntityRef flow) voidsetInviteTimeInterval(String inviteTimeInterval) voidsetSendingDomain(String sendingDomain) voidsetSendingUser(String sendingUser) voidsetSurveyForm(PublishedSurveyFormReference surveyForm) surveyForm(PublishedSurveyFormReference surveyForm) The survey form used for this survey.toString()
-
Constructor Details
-
SurveyAssignment
public SurveyAssignment() -
SurveyAssignment
-
-
Method Details
-
surveyForm
The survey form used for this survey. -
getSurveyForm
-
setSurveyForm
-
flow
The URI reference to the flow associated with this survey. -
getFlow
-
setFlow
-
inviteTimeInterval
An ISO 8601 repeated interval consisting of the number of repetitions, the start datetime, and the interval (e.g. R2/2018-03-01T13:00:00Z/P1M10DT2H30M). Total duration must not exceed 90 days. -
getInviteTimeInterval
-
setInviteTimeInterval
-
sendingUser
User together with sendingDomain used to send email, null to use no-reply -
getSendingUser
-
setSendingUser
-
sendingDomain
Validated email domain, required -
getSendingDomain
-
setSendingDomain
-
equals
-
hashCode
public int hashCode() -
toString
-