Package com.mypurecloud.sdk.v2.model
Class UnansweredPhraseGroupPatchRequestBody
java.lang.Object
com.mypurecloud.sdk.v2.model.UnansweredPhraseGroupPatchRequestBody
- All Implemented Interfaces:
Serializable
UnansweredPhraseGroupPatchRequestBody
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date to be used for filtering phrases.The start date to be used for filtering phrases.booleaninthashCode()phraseAssociations(List<PhraseAssociations> phraseAssociations) List of phrases and documents to be linkedvoidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidsetPhraseAssociations(List<PhraseAssociations> phraseAssociations) toString()
-
Constructor Details
-
UnansweredPhraseGroupPatchRequestBody
public UnansweredPhraseGroupPatchRequestBody() -
UnansweredPhraseGroupPatchRequestBody
-
-
Method Details
-
phraseAssociations
public UnansweredPhraseGroupPatchRequestBody phraseAssociations(List<PhraseAssociations> phraseAssociations) List of phrases and documents to be linked -
getPhraseAssociations
-
setPhraseAssociations
-
dateStart
The start date to be used for filtering phrases. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
The end date to be used for filtering phrases. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
equals
-
hashCode
public int hashCode() -
toString
-